From 757f261dfed602c28bd65dc720b75fc4b9c2ba82 Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Sun, 2 Feb 2025 18:17:58 -0500
Subject: [PATCH] Hope it just works

---
 .gitlab-ci.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 150f06e20..cfd8309bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -103,6 +103,11 @@ test-ubuntu22:
   tags:
     - ubuntu22
 
+test-ubuntu24:
+  <<: *test
+  tags:
+    - ubuntu24
+
 
 # ARM testing is more limited.
 test-arm32: 
@@ -130,7 +135,7 @@ test-arm64:
 # deploy a docker image
 #
 deploy-u22:
-  needs: [test-ubuntu22, test-arm32, test-arm64, test-bins-arm32, test-bins-arm64]
+  needs: [test-ubuntu22, test-ubuntu24, test-arm32, test-arm64, test-bins-arm32, test-bins-arm64]
   stage: deploy
   script:
     - ./cicd_testing/do-clean.sh 
-- 
GitLab