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 20426f6..c1121b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -31,5 +31,5 @@ tests: | |||
| 31 | script: | 31 | script: |
| 32 | - apt-get -qqy update | 32 | - apt-get -qqy update |
| 33 | - 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 | 33 | - 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 |
| 34 | - python3-coverage run -m unittest discover -s tests/ | 34 | - python3-coverage run --branch -m unittest discover -s tests/ |
| 35 | - python3-coverage report -m --include 'libmat2/*' | 35 | - python3-coverage report -m --include 'libmat2/*' |
