diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a831dc2..74fad3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,8 @@ before_script: - apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python - python3 -m ensurepip - pip3 install --no-cache --upgrade pip setuptools - - pip3 install sphinx + #- pip3 install sphinx + - pip3 install -r requirements.txt - apk --no-cache add make - apk --no-cache add py-pygments pages: