diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d84db7f..7dd8eb4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,6 +63,7 @@ tests:debian: tests:debian_with_bubblewrap: image: $CONTAINER_REGISTRY:debian stage: test + allow_failure: true <<: *prepare_env script: - su - mat2 -c "python3-coverage run --branch -m unittest discover -s tests/"