From b0c4b3303f40af6e2f4df1ac041d55b804db90ab Mon Sep 17 00:00:00 2001
From: Florian Uhlig <f.uhlig@gsi.de>
Date: Fri, 7 Jun 2024 15:45:58 +0200
Subject: [PATCH] Fix CI build step after merging

The OS on the machine (lxir116) used for this step was updated again. This
time to Debian12 which results in failing tests for this stage. Update the
xrequirements in the CI description.
---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8b5f9ed6f2..a6de868156 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -334,13 +334,13 @@ FileLicenceCheck:
     - CbmRoot
 
 .linux_variables: &linux_variables
-    OS: "Debian11"
+    OS: "Debian12"
     NCPU: 5
     FAIRSOFT_VERSION: "nov22p1"
     FAIRROOT_VERSION: "v18.8.0"
-    BASE_PATH: "/cvmfs/fairsoft.gsi.de/debian11"
+    BASE_PATH: "/cvmfs/fairsoft.gsi.de/debian12"
     SIMPATH: "$BASE_PATH/fairsoft/$FAIRSOFT_VERSION"
-    FAIRROOTPATH: "$BASE_PATH/fairroot/${FAIRROOT_VERSION}_${FAIRSOFT_VERSION}"
+    FAIRROOTPATH: "$BASE_PATH/fairroot/${FAIRROOT_VERSION}_fs_${FAIRSOFT_VERSION}"
     EXTRA_PATH: "${SIMPATH}/bin"
 
 .macosx_tag: &macosx_tag
-- 
GitLab