From 41f84f38463aa36b986618eff5a67d01f4733d75 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Sat, 17 Apr 2021 00:17:00 -0500
Subject: [PATCH] 	modified:   .gitlab-ci.yml

---
 .gitlab-ci.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0af568fd..111e025c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -101,8 +101,6 @@ zdc_simulation:
   needs: 
     - ["get_data","detector"]
   script:
-    - cp NPDet/src/detectors/calorimeters/compact/elements.xml ./.
-    - cp NPDet/src/detectors/calorimeters/compact/materials.xml ./.
     - bash benchmarks/calorimeters/run_simulation_zdc.sh
 
 cal_test_3_zdc_neutrons_reader:
@@ -128,8 +126,6 @@ zdc_benchmark_info_histogram:
   needs: 
     - ["zdc_simulation","detector"]
   script:
-    - cp NPDet/src/detectors/calorimeters/compact/elements.xml calorimeters/
-    - cp NPDet/src/detectors/calorimeters/compact/materials.xml calorimeters/
     - root -b -q benchmarks/calorimeters/simple_info_plot_histograms.cxx+
   allow_failure: true
 
@@ -140,8 +136,6 @@ crystal_emcal_simulation:
   tags:
     - silicon
   script:
-    - cp NPDet/src/detectors/calorimeters/compact/elements.xml ./.
-    - cp NPDet/src/detectors/calorimeters/compact/materials.xml ./.
     - bash benchmarks/calorimeters/run_simulation_crystal.sh
 
 crystal_benchmark:
-- 
GitLab