From e5c085c70629f6f7bd6b5f49a3e58facedd36775 Mon Sep 17 00:00:00 2001 From: Skia Date: Wed, 20 Apr 2016 03:05:23 +0200 Subject: [PATCH] Add setup step to CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4933c51c..1546ce49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,5 @@ test: script: - pip install -r requirements.txt + - python manage.py setup - python manage.py test