diff options
Diffstat (limited to '.gitlab-ci.yml')
| -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 7d6d70c..71a3525 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -63,5 +63,6 @@ tests:fedora: | |||
| 63 | tests:gentoo: | 63 | tests:gentoo: |
| 64 | image: $CONTAINER_REGISTRY:gentoo | 64 | image: $CONTAINER_REGISTRY:gentoo |
| 65 | stage: test | 65 | stage: test |
| 66 | allow_failure: true | ||
| 66 | script: | 67 | script: |
| 67 | - python3 -m unittest discover -v | 68 | - python3 -m unittest discover -v |
