From e3d7f053976b1870f1e444046ab0874d683c60c3 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Mon, 27 Jul 2020 15:15:08 -0500 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 923399cb..cc31a6d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,22 +67,22 @@ zdc_simulation: - cp NPDet/src/GenericDetectors/calorimeters/compact/materials.xml ./. - bash calorimeters/run_simulation_zdc.sh -#cal_test_1_dummy_test2: -# stage: benchmarks -# tags: -# - sodium -# script: -# - bash calorimeters/dummy_test2.sh -# allow_failure: true - -cal_test_2_dummy_test: +cal_test_1_dummy_test2: stage: benchmarks tags: - sodium script: - - bash calorimeters/dummy_test.sh + - bash calorimeters/dummy_test2.sh allow_failure: true + #cal_test_2_dummy_test: + # stage: benchmarks + # tags: + # - sodium + # script: + # - bash calorimeters/dummy_test.sh + # allow_failure: true + cal_test_3_zdc_neutrons_reader: stage: benchmarks tags: -- GitLab