From d4f5d1dbabe0d8ece505f02269c19fa9b2fe035d Mon Sep 17 00:00:00 2001 From: nazunalika Date: Mon, 13 Dec 2021 00:01:37 -0700 Subject: [PATCH] change to apk --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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