From e026140866f7a2031f0806770dcd2381d4a415c8 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sun, 28 Feb 2021 22:43:18 -0600 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3ed62f4..64704d27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -141,7 +141,7 @@ zdc_benchmark_info_histogram: script: - 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+ + - root -b -q benchmarks/calorimeters/simple_info_plot_histograms.cxx+ allow_failure: true crystal_emcal_simulation: @@ -153,7 +153,7 @@ crystal_emcal_simulation: script: - cp NPDet/src/detectors/calorimeters/compact/elements.xml ./. - cp NPDet/src/detectors/calorimeters/compact/materials.xml ./. - - bash calorimeters/run_simulation_crystal.sh + - bash benchmarks/calorimeters/run_simulation_crystal.sh crystal_benchmark: stage: benchmarks @@ -163,7 +163,7 @@ crystal_benchmark: - ["crystal_emcal_simulation"] script: - ls -lrth sim_output - - root -b -q calorimeters/simple_checking_crystal.cxx+ + - root -b -q benchmarks/calorimeters/simple_checking_crystal.cxx+ allow_failure: true crystal_pion_simulation: -- GitLab