From a54b14b5f5d7194b4f282b240b47fffe7e11b784 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Mon, 20 Jul 2020 23:00:51 -0500
Subject: [PATCH] 	modified:   .gitlab-ci.yml

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 62e3ff4d..4b6553e3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,7 @@ get_data:
       #    - ./bin/gen_ci_config -p pid_test_   -i pid > results/pid_config.yml
 
 calorimeters_pipeline:
-  #stage: benchmarks
+  stage: benchmarks
   trigger:
     include: results/calorimeters_config.yml
     #include:
@@ -46,7 +46,7 @@ calorimeters_pipeline:
         #allow_failure: true
 
 trackers-pipeline:
-  #stage: benchmarks
+  stage: benchmarks
   trigger:
     include: results/trackers_config.yml
     #include:
@@ -55,7 +55,7 @@ trackers-pipeline:
         #allow_failure: true
 
 pid-pipeline:
-  #stage: benchmarks
+  stage: benchmarks
   #allow_failure: true
   trigger:
     include: results/pid_config.yml
-- 
GitLab