Skip to content
Snippets Groups Projects
Commit 41f84f38 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

parent faf6d716
Branches
No related tags found
1 merge request!20Restructuring repo
...@@ -101,8 +101,6 @@ zdc_simulation: ...@@ -101,8 +101,6 @@ zdc_simulation:
needs: needs:
- ["get_data","detector"] - ["get_data","detector"]
script: script:
- cp NPDet/src/detectors/calorimeters/compact/elements.xml ./.
- cp NPDet/src/detectors/calorimeters/compact/materials.xml ./.
- bash benchmarks/calorimeters/run_simulation_zdc.sh - bash benchmarks/calorimeters/run_simulation_zdc.sh
cal_test_3_zdc_neutrons_reader: cal_test_3_zdc_neutrons_reader:
...@@ -128,8 +126,6 @@ zdc_benchmark_info_histogram: ...@@ -128,8 +126,6 @@ zdc_benchmark_info_histogram:
needs: needs:
- ["zdc_simulation","detector"] - ["zdc_simulation","detector"]
script: 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+ - root -b -q benchmarks/calorimeters/simple_info_plot_histograms.cxx+
allow_failure: true allow_failure: true
...@@ -140,8 +136,6 @@ crystal_emcal_simulation: ...@@ -140,8 +136,6 @@ crystal_emcal_simulation:
tags: tags:
- silicon - silicon
script: script:
- cp NPDet/src/detectors/calorimeters/compact/elements.xml ./.
- cp NPDet/src/detectors/calorimeters/compact/materials.xml ./.
- bash benchmarks/calorimeters/run_simulation_crystal.sh - bash benchmarks/calorimeters/run_simulation_crystal.sh
crystal_benchmark: crystal_benchmark:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment