From d7ec3cc8f420b9c9286afea02f1ee04397629045 Mon Sep 17 00:00:00 2001 From: octospacc Date: Fri, 1 Jul 2022 15:07:06 +0200 Subject: [PATCH] Rebuild --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: