From bddf3c7573cc50cc1c7ce0e05cd13cbf253fb20b Mon Sep 17 00:00:00 2001
From: Chao Peng <cpeng@anl.gov>
Date: Sun, 20 Jun 2021 20:43:56 -0500
Subject: [PATCH] change stages

---
 benchmarks/imaging_shower_ML/config.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/benchmarks/imaging_shower_ML/config.yml b/benchmarks/imaging_shower_ML/config.yml
index 2e16d1f1..f80547b4 100644
--- a/benchmarks/imaging_shower_ML/config.yml
+++ b/benchmarks/imaging_shower_ML/config.yml
@@ -1,7 +1,7 @@
 ml_shower:tagging_epi :
   extends: .rec_benchmark
   when: manual
-  stage: process
+  stage: benchmark1
   timeout: 8 hour
   script:
     - python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imshower -n 10000 --particles "electron,pion-,pion-" --pmin 0.5 --pmax 10
@@ -10,7 +10,7 @@ ml_shower:tagging_epi :
 ml_shower:tagging_e :
   extends: .rec_benchmark
   when: manual
-  stage: process
+  stage: benchmark1
   timeout: 8 hour
   script:
     - python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imshower -n 10000 --particles "electron" --pmin 0.5 --pmax 10
@@ -18,7 +18,7 @@ ml_shower:tagging_e :
 ml_shower:tagging_pi :
   extends: .rec_benchmark
   when: manual
-  stage: process
+  stage: benchmark1
   timeout: 8 hour
   script:
     - python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imshower -n 10000 --particles "pion-" --pmin 0.5 --pmax 10
-- 
GitLab