Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
octospacc committed Jan 2, 2024
1 parent 450f10d commit 39fde4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ image: alpine:latest
before_script: |
apk update
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
pages:
Expand Down

0 comments on commit 39fde4f

Please sign in to comment.