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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4adbb501..028c0916 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,11 +27,10 @@ build_image:
     # - yum -y install redhat-lsb # This doesn't exist in the main release!
     # --disablerepo=epel redhat-lsb redhat-lsb-core 
     - mkdir build
-    - pwd
-    - ls
-    #- cd build
+    - cd build
     # See if we can run this as the payload to a container
-    - set +e && export ALRB_CONT_RUNPAYLOAD="asetup --input=../calypso/asetup.faser Athena,24.0.41; cd build; cmake ../../calypso; make -j 3" && set -e
+    - set +e && export ALRB_CONT_RUNPAYLOAD="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
     #- cmake ../../calypso
-- 
GitLab