From 5461a61a80268b9b5dada64b40838daee77302dd Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Mon, 20 Jul 2020 20:32:17 -0500 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa8276f3..1ad20ae4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ track_test1: - sodium script: - bash trackers/dummy_test.sh + allow_failure: true cal_test1: stage: calorimeters @@ -19,6 +20,7 @@ cal_test1: - sodium script: - bash calorimeters/dummy_test.sh + allow_failure: true pid_test1: stage: pid @@ -26,6 +28,7 @@ pid_test1: - sodium script: - bash pid/dummy_test.sh + allow_failure: true #pages: -- GitLab