From c6a2ab026cf8ba48d6abe252506ee8b557aca30a Mon Sep 17 00:00:00 2001 From: madsmpedersen <m@madsp.dk> Date: Thu, 28 Jan 2016 10:38:47 +0100 Subject: [PATCH] update docker --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae6ac66..e18d92f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,4 +5,4 @@ test-3.4: image: mmpe/wetb script: - git pull origin master - - python3 -V \ No newline at end of file + - python3 setup.py test \ No newline at end of file -- GitLab