From ca4b01231c91f259dbcaad809308a3d9c4528d6e Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Mon, 16 Dec 2019 12:45:39 +0100 Subject: [PATCH] Unit test shouldn't fail in GitLab CI In Briar GTK, this stage is failing for a reason I don't understand: https://code.briarproject.org/briar/briar-gtk/issues/2 Here, it seems to work. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4fd66b..04ac052 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,4 +23,3 @@ pytest: stage: test coverage: '/TOTAL.*\s+(\d+%)$/' script: tools/tests/test-pytest.sh - allow_failure: true -- GitLab