From abf159ae18abb5e27e76f7f4b521dbdaafe36d07 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Wed, 24 Jul 2024 19:56:35 +0200 Subject: [PATCH] wip --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9929bacf..1243ff8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -175,8 +175,7 @@ test-matrix: - pip install -e ./bec/bec_lib[dev] - pip install -e ./bec/bec_ipython_client - pip install -e .[dev,$QT_PCKG] - - pytest -v --junitxml=report.xml --random-order ./tests/unit_tests || true - - if [ -f core.* ]; then echo "Core dump found"; else echo "No core dump"; fi + - pytest -v --junitxml=report.xml --random-order ./tests/unit_tests allow_failure: true artifacts: # upload core dumps