diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ca49434e64723707ec28f75c82185464d2597c83..ea65deda5284f564a696b53c530280040b7bef07 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -153,7 +153,7 @@ include:
 deploy_results:
   stage: deploy
   needs:
-    - ["zdc_benchmark","zdc_benchmark_info_histogram","detector"]
+    - ["zdc_benchmark"]
   tags:
     - silicon
   script:
diff --git a/benchmarks/calorimeters/config.yml b/benchmarks/calorimeters/config.yml
index b1c720b7a907bd6dce099b5e05f4b22df9acf91d..5d09aa8b5b910f3c2f07b81798e7cef414c1d7eb 100644
--- a/benchmarks/calorimeters/config.yml
+++ b/benchmarks/calorimeters/config.yml
@@ -45,16 +45,14 @@ crystal_pion_simulation:
   script:
     - npsim --runType batch --numberOfEvents 100 --compactFile ${DETECTOR_PATH}/topside.xml --inputFiles  data/emcal_electrons.hepmc  --outputFile  sim_output/output_emcal_electrons.root
 
-    #zdc_simulation:
-    #stage: simulate
-    #needs: 
-    #- ["get_data"]
-    #tags:
-    #- silicon
-    #script:
-    #- cp NPDet/src/detectors/calorimeters/compact/elements.xml ./.
-    #- cp NPDet/src/detectors/calorimeters/compact/materials.xml ./.
-    #- bash calorimeters/run_simulation_zdc.sh
+zdc_simulation:
+  stage: simulate
+  needs: 
+    - ["get_data"]
+  tags:
+    - silicon
+  script:
+    - bash benchmarks/calorimeters/run_simulation_zdc.sh
 
 ###################
 # Benchmarks