From bb385f07ca18904461a541b5cadde05398c84438 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Mon, 26 Aug 2024 21:48:02 +0200 Subject: [PATCH] ci: additional tests are not allowed to fail --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c86bf0f2..84a09497 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -178,7 +178,6 @@ test-matrix: - *install-repos - pip install -e .[dev,$QT_PCKG] - pytest -v --maxfail=2 --junitxml=report.xml --random-order ./tests/unit_tests - allow_failure: true end-2-end-conda: stage: End2End