1
0
mirror of synced 2024-11-24 18:24:23 +01:00

Allow bubblewrap to fail for now

This commit is contained in:
jvoisin 2021-05-05 21:04:29 +02:00
parent c9be50f968
commit 682552d152

View File

@ -63,6 +63,7 @@ tests:debian:
tests:debian_with_bubblewrap: tests:debian_with_bubblewrap:
image: $CONTAINER_REGISTRY:debian image: $CONTAINER_REGISTRY:debian
stage: test stage: test
allow_failure: true
<<: *prepare_env <<: *prepare_env
script: script:
- su - mat2 -c "python3-coverage run --branch -m unittest discover -s tests/" - su - mat2 -c "python3-coverage run --branch -m unittest discover -s tests/"