From dc50bd82e9f8708274d984f4088804be0c0ae356 Mon Sep 17 00:00:00 2001 From: Fred Date: Fri, 5 Aug 2016 12:01:55 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1747e0..aece232 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,4 +4,4 @@ before_script: test:python-3.4: stage: test image: python:3.4-slim - script: python src/manage.py test * \ No newline at end of file + script: python src/manage.py test sherlock \ No newline at end of file