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 d84db7f..7dd8eb4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -63,6 +63,7 @@ tests:debian: | |||
| 63 | tests:debian_with_bubblewrap: | 63 | tests:debian_with_bubblewrap: |
| 64 | image: $CONTAINER_REGISTRY:debian | 64 | image: $CONTAINER_REGISTRY:debian |
| 65 | stage: test | 65 | stage: test |
| 66 | allow_failure: true | ||
| 66 | <<: *prepare_env | 67 | <<: *prepare_env |
| 67 | script: | 68 | script: |
| 68 | - su - mat2 -c "python3-coverage run --branch -m unittest discover -s tests/" | 69 | - su - mat2 -c "python3-coverage run --branch -m unittest discover -s tests/" |
