diff --git a/benchmarks/imaging_shower_ML/config.yml b/benchmarks/imaging_shower_ML/config.yml
index c01a1440d13274070aa56cfdbb35fa9092c9097b..5f2bd4ff4fa8e7ef03ef1bccfd3e7dffa97d3259 100644
--- a/benchmarks/imaging_shower_ML/config.yml
+++ b/benchmarks/imaging_shower_ML/config.yml
@@ -3,7 +3,7 @@ ml_shower:tagging_epi :
   when: manual
   stage: benchmarks1
   script:
-    - python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imcal_epi -n 100000 \
+    - python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imcal_epi -n 100000 
       --particles "electron,pion-,pion-" --pmin 0.5 --pmax 10
 
 ml_shower:tagging_e :
@@ -11,7 +11,7 @@ ml_shower:tagging_e :
   when: manual
   stage: benchmarks1
   script:
-    - python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imcal_e -n 100000 \
+    - python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imcal_e -n 100000 
       --particles "electron" --pmin 0.5 --pmax 10
 
 ml_shower:tagging_pi :
@@ -19,7 +19,7 @@ ml_shower:tagging_pi :
   when: manual
   stage: benchmarks1
   script:
-    - python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imcal_pi -n 100000 \
+    - python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imcal_pi -n 100000 
       --particles "pion-" --pmin 0.5 --pmax 10
 
 ml_shower:training: