diff --git a/benchmarks/imaging_shower_ML/config.yml b/benchmarks/imaging_shower_ML/config.yml
index 2e16d1f13f5519a3ae39cb05247e9858c45878bd..f80547b441089ac45dbd552e2ec49542037681d5 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