From d519ebc7aa5e0d3ed76cba2a424c4e64acf4397a Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Wed, 16 Oct 2019 00:32:27 +0200
Subject: [PATCH] Allow pytest stage to fail in GitLab CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0a5ba58..8438300 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,3 +23,4 @@ pytest:
     stage: test
     coverage: '/TOTAL.*\s+(\d+%)$/'
     script: tools/tests/test-pytest.sh
+    allow_failure: true
-- 
GitLab