diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7bc8274405379203c2bcb62dd8ad17487be65fe..d3b0e5a6ce39e05917564b7dd3b7ec156b79d4d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,13 @@ common:setup: echo "COMMON_BENCH_VERSION = ${COMMON_BENCH_VERSION}" git clone -b "${COMMON_BENCH_VERSION}" https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup script: + export JUGGLER_DETECTOR_VERSION="98-update-barrel-and-endcap-tof" + echo "JUGGLER_DETECTOR = ${JUGGLER_DETECTOR}" + echo "JUGGLER_DETECTOR_VERSION = ${JUGGLER_DETECTOR_VERSION}" + echo "JUGGLER_DETECTOR=$JUGGLER_DETECTOR" >> juggler.env + echo "JUGGLER_DETECTOR_VERSION=$JUGGLER_DETECTOR_VERSION" >> juggler.env + echo "COMMON_BENCH_VERSION=$COMMON_BENCH_VERSION" >> juggler.env + - source setup/bin/env.sh && ./setup/bin/install_common.sh common:detector: