From fedcdab1c2bb6ec7c2768ae4726551865668a7c4 Mon Sep 17 00:00:00 2001 From: pokeeffe-molecula Date: Thu, 27 Jan 2022 14:49:46 -0600 Subject: [PATCH] allow clustertests to fail --- .gitlab/.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index f130aebd0..3f744141a 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -274,6 +274,7 @@ clustertests: - shell rules: - if: '$CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web"' + allow_failure: true script: - make clustertests