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