From 08ae6a19bc46dfe3a1534141b898871403a2eab0 Mon Sep 17 00:00:00 2001 From: Skia Date: Wed, 20 Apr 2016 03:33:03 +0200 Subject: [PATCH] Remove setup step from CI, it was not needed --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1546ce49..4933c51c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,4 @@ test: script: - pip install -r requirements.txt - - python manage.py setup - python manage.py test