diff options
| author | jvoisin | 2018-04-11 23:40:35 +0200 |
|---|---|---|
| committer | jvoisin | 2018-04-11 23:40:35 +0200 |
| commit | bbde340e8a17c4fc45b12a9ef990fdd11f6c5c17 (patch) | |
| tree | aa128a8b9c0c363048c0b9989db388cb14ad1dfa /.gitlab-ci.yml | |
| parent | 7ec1eff96e3125890b268dbafeebefe6fc923ef2 (diff) | |
Silence a bit the CI
Diffstat (limited to '.gitlab-ci.yml')
| -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 59f3a95..471ecc5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -3,6 +3,6 @@ image: debian | |||
| 3 | test: | 3 | test: |
| 4 | script: | 4 | script: |
| 5 | - apt-get update -qy | 5 | - apt-get update -qy |
| 6 | - apt-get install -qy --no-install-recommends python3-mutagen python3-gi-cairo gir1.2-poppler-0.18 gir1.2-gdkpixbuf-2.0 libimage-exiftool-perl python3-coverage | 6 | - apt-get install -qqy --no-install-recommends python3-mutagen python3-gi-cairo gir1.2-poppler-0.18 gir1.2-gdkpixbuf-2.0 libimage-exiftool-perl python3-coverage |
| 7 | - python3-coverage run -m unittest discover -s tests/ | 7 | - python3-coverage run -m unittest discover -s tests/ |
| 8 | - python3-coverage report -m --include 'src/*' | 8 | - python3-coverage report -m --include 'src/*' |
