From 999160382098a21f6da72b07a3e4e3a676b2118d Mon Sep 17 00:00:00 2001
From: Alexander Pace <alexander.pace@ligo.org>
Date: Wed, 28 Nov 2018 10:51:42 -0600
Subject: [PATCH] Turning off allow:failure for gstlal, gstlal-inspiral, and
 offline tests.

---
 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4179278ca7..501dd5e62a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -205,7 +205,6 @@ gstlal-verify:
     - cd ..
   only:
     - manual
-  allow_failure: true
 
 test:gstlal:
   image: containers.ligo.org/alexander-pace/gstlal-dev/gstlal-dev:el7-mkl-1.14
@@ -225,7 +224,6 @@ test:gstlal:
   only:
     - pushes
     - schedules
-  allow_failure: true
 
 test:gstlal-inspiral:
   image: containers.ligo.org/alexander-pace/gstlal-dev/gstlal-dev:el7-mkl-1.14
@@ -299,7 +297,6 @@ test:offline:
   only:
     - pushes
     - schedules
-  allow_failure: true
   
 pages:
   #image: aepace/gstlal-dev:el7-mkl-1.14
-- 
GitLab