diff options
| author | jf | 2026-03-05 14:53:23 +0100 |
|---|---|---|
| committer | jfriedli | 2026-03-05 14:58:38 +0100 |
| commit | eddddcaa90801008c664cccb8747c9ebe92a1bc7 (patch) | |
| tree | 19bb9943f1033711555c9a3294915ba6f5e68118 /.gitlab-ci.yml | |
| parent | 40935ced431c8430ab2bdf2d324ea11004f4cbca (diff) | |
fix tests
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2503a4e..8c2f5ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -37,8 +37,8 @@ tests:debian: | |||
| 37 | - apt update | 37 | - apt update |
| 38 | script: | 38 | script: |
| 39 | - apt-get -qqy update | 39 | - apt-get -qqy update |
| 40 | - apt-get -qqy install --no-install-recommends build-essential libgirepository-2.0-dev mat2 python3-venv python3-dev python3-pip python3-setuptools libcairo2-dev pkg-config | 40 | - apt-get -qqy install --no-install-recommends build-essential libgirepository-2.0-dev python3-venv python3-dev python3-pip python3-setuptools libcairo2-dev pkg-config gir1.2-poppler-0.18 gir1.2-gdkpixbuf-2.0 gir1.2-rsvg-2.0 libimage-exiftool-perl |
| 41 | - python3 -m venv .venv | 41 | - python3 -m venv --system-site-packages .venv |
| 42 | - source .venv/bin/activate | 42 | - source .venv/bin/activate |
| 43 | - pip3 install -r requirements.txt -r requirements-test.txt | 43 | - pip3 install -r requirements.txt -r requirements-test.txt |
| 44 | - coverage run --branch --include ./main.py,matweb/*.py -m unittest discover -s test | 44 | - coverage run --branch --include ./main.py,matweb/*.py -m unittest discover -s test |
