From aca2df001c2e611c8703c9cc3818a2488a4fac40 Mon Sep 17 00:00:00 2001
From: Alexander Pace <alexander.pace@ligo.org>
Date: Thu, 10 Sep 2020 14:41:42 -0400
Subject: [PATCH] allow failures on master pipeline

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d40b3d3b70..03acc0561f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -136,6 +136,7 @@ test:gstlal:
   only:
     - schedules
     - pushes
+  allow_failure: true
 
 test:gstlal-inspiral:
   image: containers.ligo.org/alexander.pace/gstlal-dev/gstlal-dev:el7-latest
@@ -267,6 +268,7 @@ pages:
   except:
     - web
     - pushes
+  allow_failure: true
     
 docker:el7:
   stage: docker
-- 
GitLab