1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

gitlab-ci: make sure pip3 install dirs exist

It doesn't want to create them itself.
This commit is contained in:
Hans-Christoph Steiner 2016-06-09 12:15:11 +02:00
parent 2b6d692f06
commit 733ef52424

View File

@ -2,6 +2,8 @@ image: mvdan/fdroid-ci:server-20160429
test:
script:
- ls -l /usr/lib/python3*
- mkdir -p /usr/lib/python3.4/site-packages/
- pip3 install -e .
- cd tests
- ./complete-ci-tests