From 3253ba966770d4048b320fee19e67e0b7de26b6c Mon Sep 17 00:00:00 2001 From: Ziga Cernigoj Date: Tue, 24 Oct 2023 15:53:48 +0200 Subject: [PATCH] remove allow_failure: true --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b85726be..c6eaf1ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,6 @@ integration tests: - docker-compose -f docker-compose.yml -f docker-compose.pytest.yml up --exit-code-from pytest after_script: - docker-compose -f docker-compose.yml -f docker-compose.pytest.yml down -v - allow_failure: true ## GITHUB: publish_github: