diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cacaee21d0af5b0fb5f7337cf5d413acf16bc268..d268461fac6f6ebc46234c4cc28ef1a295be064b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,8 @@ variables:
   # Neither of these have package local nickname support.
   CLCI_TEST_CLISP: "no"
   CLCI_TEST_CMUCL: "no"
+  CLCI_TEST_ALLEGRO: "yes"
+  I_AGREE_TO_ALLEGRO_EXPRESS_LICENSE: "yes"
 
 # This section is not strictly required, but prevents Gitlab CI from launching
 # multiple redundent pipelines when a Merge Request is opened.