diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c07dcf0f2c741c3ae918e7b66c1fdc9c45d1499..b6965b0101e0a62b6adf94c82ad7d7609f45ace6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,7 +112,7 @@ CbmRoot_Continuous: - echo "export BUILDDIR=$PWD/build" >> Dart.cfg - echo "export SOURCEDIR=$PWD" >> Dart.cfg - echo "export NCPU=5" >> Dart.cfg - - echo "export PATH=\$SIMPATH/bin:$PATH" >> Dart.cfg + - echo "export PATH=/cvmfs/it.gsi.de/cmake/3.19.1/bin:$PATH" >> Dart.cfg - ls - pwd - cat Dart.cfg @@ -145,7 +145,7 @@ CbmRoot_Merge: - echo "export BUILDDIR=$PWD/build" >> Dart.cfg - echo "export SOURCEDIR=$PWD" >> Dart.cfg - echo "export NCPU=5" >> Dart.cfg - - echo "export PATH=\$SIMPATH/bin:$PATH" >> Dart.cfg + - echo "export PATH=/cvmfs/it.gsi.de/cmake/3.19.1/bin:$PATH" >> Dart.cfg - ls - pwd - cat Dart.cfg