From f28ee04f0c304e211b1914babcdb7d610d429722 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Sat, 17 Apr 2021 00:29:22 -0500
Subject: [PATCH] 	modified:   .gitlab-ci.yml 	modified:  
 benchmarks/calorimeters/config.yml

---
 .gitlab-ci.yml                     |  2 +-
 benchmarks/calorimeters/config.yml | 18 ++++++++----------
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ca49434e..ea65deda 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 b1c720b7..5d09aa8b 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
-- 
GitLab