diff options
| -rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2bbe472..59f3a95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | image: debian | ||
| 2 | |||
| 1 | test: | 3 | test: |
| 2 | script: | 4 | script: |
| 3 | - apt-get update -qy | 5 | - apt-get update -qy |
| 4 | - 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 | 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 |
| 5 | - python3 -m unittest discover -v | 7 | - python3-coverage run -m unittest discover -s tests/ |
| 8 | - python3-coverage report -m --include 'src/*' | ||
