From d9aed3d3818106cb4041662de968f13ddcd909fc Mon Sep 17 00:00:00 2001
From: FASER Reco <faserrec@lxplus909.cern.ch>
Date: Sun, 26 Jan 2025 23:34:12 +0100
Subject: [PATCH] More tries with containers

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 028c0916..880c052b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,9 +27,9 @@ build_image:
     # - yum -y install redhat-lsb # This doesn't exist in the main release!
     # --disablerepo=epel redhat-lsb redhat-lsb-core 
     - mkdir build
-    - cd build
+    - ls
     # See if we can run this as the payload to a container
-    - set +e && export ALRB_CONT_RUNPAYLOAD="asetup --input=../asetup.faser Athena,24.0.41; cmake ..; make -j 3" && set -e
+    - set +e && export ALRB_CONT_RUNPAYLOAD="cd build; ls ..; asetup --input=../asetup.faser Athena,24.0.41; cmake ..; make -j 3" && set -e
     - echo $ALRB_CONT_RUNPAYLOAD
     - set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh -c alma9 && set -e
     #- set +e && asetup --input=../../calypso/asetup.faser Athena,24.0.41; set -e
-- 
GitLab