From 1eb83dcfeac216cf57629b8308ac6b62ba618c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Fri, 28 Aug 2015 16:02:19 -0700 Subject: [PATCH] Gitlab CI: run tests too --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3fd216d9..9ea76581 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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