From 3303274afad92f08275718f4ae0df548521b0238 Mon Sep 17 00:00:00 2001
From: Eric Timmons <etimmons@mit.edu>
Date: Tue, 8 Feb 2022 17:02:29 -0500
Subject: [PATCH] Revert "Do not test on Allegro, seems to fail (maybe heap
 limit?)"

This reverts commit 6a36a37d629b689692b74fac2073875d57eca281.

Wrong repo. Meant to disable in cl-tar
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b6f16e0..92b5f48 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.
-- 
GitLab