chiark / gitweb /
Gitlab CI: run tests too
authorDaniel Martí <mvdan@mvdan.cc>
Fri, 28 Aug 2015 23:02:19 +0000 (16:02 -0700)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 28 Aug 2015 23:08:01 +0000 (16:08 -0700)
.gitlab-ci.yml

index 3fd216d97540e072dbe8387f69767212c69cdcb7..9ea7658170a317d88195e4af724b42a3351e45b0 100644 (file)
@@ -2,7 +2,11 @@ before_script:
   - apt-get -q update -y
   - echo " == Installing required packages"
   - apt-get -q install -y python pyflakes pep8 dash bash ruby
+      python-imaging python-libcloud python-magic python-paramiko
+      python-pyasn1 python-pyasn1-modules python-requests
 
-check:
+test:
   script:
     - ./hooks/pre-commit
+    - cd tests
+    - ./run-tests