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

modified: .gitlab-ci.yml

parent faf6d716
No related branches found
No related tags found
1 merge request!20Restructuring repo
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment