From c713aa6749ab1167bca5489a7fe59493abafabc2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Corn=C3=A9=20Lukken?= <lukken@astron.nl>
Date: Tue, 20 Sep 2022 12:05:47 +0000
Subject: [PATCH] No longer allow failure for integration

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fcecc7c68..badf33f0d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -553,7 +553,6 @@ unit_test:
       - tangostationcontrol/.coverage
 integration_test_docker:
   stage: integration-tests
-  allow_failure: true
   image: docker:latest
   tags:
     - privileged
-- 
GitLab