diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdf75cd..f091974 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,9 @@ --- before_script: - - dnf install python36 - - pip3 install -r requirements.txt + - apk add --update --no-cache python3 py3-pip + - /usr/bin/pip3 install -r requirements.txt test: - image: "rockylinux:latest" stage: test script: - mkdocs build --script --verbose --site-dir test