mirror of https://gitlab.com/octtspacc/sitoctt
Fix CI
This commit is contained in:
parent
450f10dff5
commit
39fde4fa24
|
@ -3,7 +3,7 @@ image: alpine:latest
|
||||||
before_script: |
|
before_script: |
|
||||||
apk update
|
apk update
|
||||||
apk add python3 py3-pip npm go git tar wget
|
apk add python3 py3-pip npm go git tar wget
|
||||||
pip3 install requests lxml
|
pip3 install requests lxml --break-system-packages
|
||||||
npm install -g pug-cli
|
npm install -g pug-cli
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
|
|
Loading…
Reference in New Issue