diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c08d7bad62c7101d3206f124285d4cdb5fb26305..51db67661c8b828374820fd1b2d245b07f405a7d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -136,15 +136,17 @@ detector:config_testing: - cat doc/overlap_check.out allow_failure: true - #benchmarks:reconstruction: - # stage: deploy - # variables: - # JUGGLER_DETECTOR: "$JUGGLER_DETECTOR" - # JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION" - # trigger: - # project: EIC/benchmarks/reconstruction_benchmarks - # strategy: depend - # needs: ["env","overlap_check","report"] +benchmarks:reconstruction: + stage: deploy + variables: + JUGGLER_DETECTOR: "$JUGGLER_DETECTOR" + JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION" + trigger: + project: EIC/benchmarks/detector_benchmarks + strategy: depend + needs: ["env","overlap_check","report"] + + #benchmarks:reconstruction: # stage: deploy # variables: