From ecbe78cb56dc8b782f0757106133f7284c7c8644 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Mon, 20 Mar 2017 19:35:43 +0100 Subject: [PATCH] nose --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e765c8e..429bb78 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ build: unit_tests: stage: test script: - - echo Fill me in! + - echo nosetests --with-coverage # vagrant_backed_tests # stage: test -- GitLab