diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84b766e..a1a64bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: alpine:latest before_script: - apk update - apk add python3 py3-pip npm git - - pip3 install lxml + - pip3 install requests lxml - npm install -g pug-cli pages: