chiark / gitweb /
makebs: bump tools to r25.2.1
[fdroidserver.git] / .gitlab-ci.yml
index 19fdc20f227094c75b9f76324a4a3b56b71e0f19..6c2df7623969b9983e315bb73688a666b1df055f 100644 (file)
@@ -1,8 +1,8 @@
-before_script:
-  - apt-get -q update -y
-  - echo " == Installing required packages"
-  - apt-get -q install -y python pyflakes pep8 dash bash ruby
+image: mvdan/fdroid-ci:server-20160731
 
-metadata_check:
+test:
   script:
-    - ./hooks/pre-commit
+    - mkdir -p /usr/lib/python3.4/site-packages/
+    - pip3 install -e .
+    - cd tests
+    - ./complete-ci-tests