From 9247a622e29812d1ef3f08975527de250684b01d Mon Sep 17 00:00:00 2001
From: FASER Reco <faserrec@lxplus909.cern.ch>
Date: Sun, 26 Jan 2025 20:23:50 +0100
Subject: [PATCH] Launch alma9 container in CI

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c22ab6c8..359a353d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ build_image:
   #              each branch will have an individual Docker image that will be used
   #              in the following stages of the pipeline for testing the code
   image:
-    name: gitlab-registry.cern.ch/linuxsupport/cc7-base:latest
+    name: gitlab-registry.cern.ch/linuxsupport/alma9-base:latest
   stage: build
   tags:
     - k8s-cvmfs
@@ -35,7 +35,7 @@ build_image:
 
 test_unittest:
   image:
-    name: gitlab-registry.cern.ch/linuxsupport/cc7-base:latest
+    name: gitlab-registry.cern.ch/linuxsupport/alma9-base:latest
   stage: test
   tags:
     - k8s-cvmfs
-- 
GitLab