summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2019-05-08 21:36:29 +0200
committerjvoisin2019-05-08 21:36:29 +0200
commit4f0e0685cab4eb5e123c1b59e738c72b42f8fa6c (patch)
tree40d29f39ddb318060f4792c91e680927acabfa79
parent911d822c44f62b208cbb4db873576bbd5c59e2d4 (diff)
Allow failure with bubblewrap for now
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 71a3525..06ab608 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,6 +50,7 @@ tests:debian:
50tests:debian_with_bubblewrap: 50tests:debian_with_bubblewrap:
51 image: $CONTAINER_REGISTRY:debian 51 image: $CONTAINER_REGISTRY:debian
52 stage: test 52 stage: test
53 allow_failure: true
53 script: 54 script:
54 - python3-coverage run --branch -m unittest discover -s tests/ 55 - python3-coverage run --branch -m unittest discover -s tests/
55 - python3-coverage report --fail-under=100 -m --include 'libmat2/*' 56 - python3-coverage report --fail-under=100 -m --include 'libmat2/*'