ci: pip isn't available...

This commit is contained in:
Daniel Eklöf 2019-05-09 20:52:50 +02:00
parent 6febec5733
commit 654e704522

View file

@ -18,6 +18,8 @@ debug:
stage: build
script:
- apk add gcovr
- python2 -m ensurepip --upgrade
- python2 -m pip install --upgrade pip
- python2 -m pip install --upgrade setuptools
- mkdir -p bld/debug
- cd bld/debug