From d3159ed5448f735b8f6b992378de6e4b7b2a345b Mon Sep 17 00:00:00 2001 From: Marko Petric <marko.petric@cern.ch> Date: Mon, 23 Mar 2020 17:19:29 +0100 Subject: [PATCH] Temporarily allow failure on macOS --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af6e014a5..5364be4b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -123,6 +123,7 @@ centos7-clang8-Geant10.5-XERCESC: mac1015-clang110-Geant10.6: stage: build + allow_failure: true tags: - mac script: @@ -147,6 +148,7 @@ mac1015-clang110-Geant10.6: mac1015-clang110-Geant10.6-XERCESC: stage: build + allow_failure: true tags: - mac script: -- GitLab