diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce25ef9..e9e0be1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -152,7 +152,7 @@ check-ci-script: image: golang:alpine stage: prep before_script: - - apk add python3 git + - apk add python3 py-pip git - pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates script: - ci-fairy generate-template @@ -164,7 +164,7 @@ check-commit: image: golang:alpine stage: prep before_script: - - apk add python3 git + - apk add python3 py-pip git script: - pip3 install GitPython - pip3 install pytest @@ -480,7 +480,7 @@ alpine:latest@container-forced-rebuild: stage: container_clean image: golang:alpine before_script: - - apk add python3 git + - apk add python3 py-pip git - pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates script: # Go to your Profile, Settings, Access Tokens diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 9aa32a4..db3f835 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -89,7 +89,7 @@ check-ci-script: image: golang:alpine stage: prep before_script: - - apk add python3 git + - apk add python3 py-pip git - pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates script: - ci-fairy generate-template @@ -101,7 +101,7 @@ check-commit: image: golang:alpine stage: prep before_script: - - apk add python3 git + - apk add python3 py-pip git script: - pip3 install GitPython - pip3 install pytest @@ -206,7 +206,7 @@ fedora:31@qemu-forced-rebuild: stage: container_clean image: golang:alpine before_script: - - apk add python3 git + - apk add python3 py-pip git - pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates script: # Go to your Profile, Settings, Access Tokens