From 2a25ff846513b4245aeaed7a86d496548e0635d5 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Sun, 28 Feb 2021 22:38:19 -0600
Subject: [PATCH] 	modified:   .gitlab-ci.yml

---
 .gitlab-ci.yml | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index da20a0d7..c3ed62f4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -69,8 +69,6 @@ get_data:
 
 cal_test_3_zdc_neutrons_reader:
   stage: benchmarks
-  tags:
-    - silicon
   needs: 
     - ["zdc_simulation"]
   script:
@@ -84,8 +82,8 @@ roman_pot_simu:
   tags:
     - silicon
   script:
-    - cp NPDet/src/GenericDetectors/trackers/compact/elements.xml ./.
-    - cp NPDet/src/GenericDetectors/trackers/compact/materials.xml ./.
+    - cp NPDet/src/detectors/trackers/compact/elements.xml ./.
+    - cp NPDet/src/detectors/trackers/compact/materials.xml ./.
     - bash benchmarks/trackers/roman_pot_simu.sh
 
 roman_pot_nhits:
@@ -115,8 +113,8 @@ zdc_simulation:
   tags:
     - silicon
   script:
-    - cp NPDet/src/GenericDetectors/calorimeters/compact/elements.xml ./.
-    - cp NPDet/src/GenericDetectors/calorimeters/compact/materials.xml ./.
+    - cp NPDet/src/detectors/calorimeters/compact/elements.xml ./.
+    - cp NPDet/src/detectors/calorimeters/compact/materials.xml ./.
     - bash calorimeters/run_simulation_zdc.sh
 
 zdc_benchmark:
@@ -141,8 +139,8 @@ zdc_benchmark_info_histogram:
   dependencies:
     - zdc_simulation
   script:
-    - cp NPDet/src/GenericDetectors/calorimeters/compact/elements.xml calorimeters/
-    - cp NPDet/src/GenericDetectors/calorimeters/compact/materials.xml calorimeters/
+    - cp NPDet/src/detectors/calorimeters/compact/elements.xml calorimeters/
+    - cp NPDet/src/detectors/calorimeters/compact/materials.xml calorimeters/
     - root -b -q calorimeters/simple_info_plot_histograms.cxx+
   allow_failure: true
 
@@ -153,8 +151,8 @@ crystal_emcal_simulation:
   tags:
     - silicon
   script:
-    - cp NPDet/src/GenericDetectors/calorimeters/compact/elements.xml ./.
-    - cp NPDet/src/GenericDetectors/calorimeters/compact/materials.xml ./.
+    - cp NPDet/src/detectors/calorimeters/compact/elements.xml ./.
+    - cp NPDet/src/detectors/calorimeters/compact/materials.xml ./.
     - bash calorimeters/run_simulation_crystal.sh
 
 crystal_benchmark:
-- 
GitLab