diff options
| -rw-r--r-- | .gitlab-ci.yml | 1 |
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: | |||
| 50 | tests:debian_with_bubblewrap: | 50 | tests: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/*' |
