From 599cca62b2935ca74e30b54da9c528d13ffbc29d Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Wed, 12 May 2021 15:10:44 -0500
Subject: [PATCH] 	modified:   .gitlab-ci.yml

---
 .gitlab-ci.yml | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c08d7ba..51db676 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:
-- 
GitLab