Update .gitlab-ci.yml

This commit is contained in:
Octo Andri 2022-04-18 22:14:44 +00:00
parent 06294465ac
commit 24b881adda
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ image: alpine:latest
before_script:
- apk update
- apk add python3 py3-pip wget
- apk add python3 py3-pip wget qt5-qtbase
- pip3 install -r Source/requirements.txt
- wget "https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/wkhtmltopdf-0.12.6-r0.apk"
- apk add --allow-untrusted wkhtmltopdf-0.12.6-r0.apk