diff options
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29e3553..4f0a140 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -44,7 +44,7 @@ tests:debian: | |||
| 44 | - apt-get -qqy update | 44 | - apt-get -qqy update |
| 45 | - apt-get -qqy install --no-install-recommends python3-mutagen python3-gi-cairo gir1.2-poppler-0.18 gir1.2-gdkpixbuf-2.0 libimage-exiftool-perl python3-coverage | 45 | - apt-get -qqy install --no-install-recommends python3-mutagen python3-gi-cairo gir1.2-poppler-0.18 gir1.2-gdkpixbuf-2.0 libimage-exiftool-perl python3-coverage |
| 46 | - python3-coverage run --branch -m unittest discover -s tests/ | 46 | - python3-coverage run --branch -m unittest discover -s tests/ |
| 47 | - python3-coverage report -m --include 'libmat2/*' | 47 | - python3-coverage report --fail-under=100 -m --include 'libmat2/*' |
| 48 | 48 | ||
| 49 | tests:fedora: | 49 | tests:fedora: |
| 50 | image: fedora | 50 | image: fedora |
