From 0a469c0bf75dab59acb63458296c1285a7efef3a Mon Sep 17 00:00:00 2001
From: Zack Wong <coffee@ucc.gu.uwa.edu.au>
Date: Sun, 24 Feb 2019 17:32:58 +0800
Subject: [PATCH] fix tests

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2119b31..00f5fda 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,8 @@ run_tests:
   stage: test
   script:
     - echo "Running tests"
-    - python src/manage.py test
+    - envsubst < src/gms/settings_local.example.py > src/gms/settings_local.py
+    - python src/manage.py check
 
 deploy_testing:
   stage: deploy
-- 
GitLab