chiark / gitweb /
gitlab-ci: make sure pip3 install dirs exist
authorHans-Christoph Steiner <hans@eds.org>
Thu, 9 Jun 2016 10:15:11 +0000 (12:15 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 9 Jun 2016 10:15:11 +0000 (12:15 +0200)
It doesn't want to create them itself.

.gitlab-ci.yml

index 467f1cb1fe58b473ced97c65d3e3b59593195c02..1128b64095fd48a80c903da7b4617a9c94c3baf6 100644 (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