Skip to content
Snippets Groups Projects
Commit df6702b6 authored by FASER Reco's avatar FASER Reco
Browse files

Fix unit test

parent a70392d7
No related branches found
No related tags found
No related merge requests found
...@@ -37,8 +37,9 @@ test_unittest: ...@@ -37,8 +37,9 @@ test_unittest:
stage: test stage: test
tags: tags:
- k8s-cvmfs - k8s-cvmfs
script: script:
- set +e && export ALRB_CONT_RUNPAYLOAD="asetup --input=asetup.faser Athena,24.0.41; cd build; source `find . -name 'setup.sh'`; ctest -j3" && set -e # Ugly, setup.sh is found before changing to the build directory...
- set +e && export ALRB_CONT_RUNPAYLOAD="asetup --input=asetup.faser Athena,24.0.41; cd build; source ../`find . -name 'setup.sh'`; ctest -j3" && set -e
- echo $ALRB_CONT_RUNPAYLOAD - echo $ALRB_CONT_RUNPAYLOAD
- set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh -c alma9 && set -e - set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh -c alma9 && set -e
dependencies: dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment