gitlab CI: alpine needs pip explicitly installed now

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 75ca6dcfa3)
This commit is contained in:
Peter Hutterer 2020-06-03 21:22:21 +10:00
parent 29375e543f
commit 67591fcf00
2 changed files with 4 additions and 4 deletions

View file

@ -137,7 +137,7 @@ check-ci-script:
image: golang:alpine
stage: prep
before_script:
- apk add python3 git
- apk add python3 py-pip git
- pip3 install --user jinja2
script:
- python3 ./.gitlab-ci/generate-gitlab-ci.py
@ -153,7 +153,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

View file

@ -127,7 +127,7 @@ check-ci-script:
image: golang:alpine
stage: prep
before_script:
- apk add python3 git
- apk add python3 py-pip git
- pip3 install --user jinja2
script:
- python3 ./.gitlab-ci/generate-gitlab-ci.py
@ -143,7 +143,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