From f27c59946f9ac61fb171ad9c55fdaf8260fe8228 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sun, 28 Feb 2021 22:44:39 -0600 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64704d27..949ff7a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,7 +93,7 @@ roman_pot_nhits: tags: - silicon script: - - root -b -q trackers/simple_tracking.cxx+ + - root -b -q benchmarks/trackers/simple_tracking.cxx+ allow_failure: true roman_pot_eta: @@ -103,7 +103,7 @@ roman_pot_eta: needs: - ["roman_pot_simu"] script: - - root -b -q trackers/roman_pot_hit_eta.cxx+ + - root -b -q benchmarks/trackers/roman_pot_hit_eta.cxx+ allow_failure: true zdc_simulation: @@ -115,7 +115,7 @@ zdc_simulation: script: - cp NPDet/src/detectors/calorimeters/compact/elements.xml ./. - cp NPDet/src/detectors/calorimeters/compact/materials.xml ./. - - bash calorimeters/run_simulation_zdc.sh + - bash benchmarks/calorimeters/run_simulation_zdc.sh zdc_benchmark: stage: benchmarks @@ -127,7 +127,7 @@ zdc_benchmark: - zdc_simulation script: - ls -lrth sim_output - - root -b -q calorimeters/simple_checking.cxx+ + - root -b -q benchmarks/calorimeters/simple_checking.cxx+ allow_failure: true zdc_benchmark_info_histogram: -- GitLab