summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 15:09:18 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 15:09:18 +0200
commit3e27a7105cb54ac9dfeb022a1ea4952055837df3 (patch)
treee53cc00fcae2db1b99de95a2e0fbe32f70d99a83
parentc1e94a18f23d7ebab71e2f99f3342a93f8ef2560 (diff)
downloadIshtar-3e27a7105cb54ac9dfeb022a1ea4952055837df3.tar.bz2
Ishtar-3e27a7105cb54ac9dfeb022a1ea4952055837df3.zip
CI: force migrations before test
-rw-r--r--Makefile.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example
index 586055e90..759c5f833 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -47,7 +47,7 @@ update: clean syncdb compilemessages collectstatic
test: clean
cd $(project); $(PYTHON) manage.py test $(apps)
-test_gitlab: clean
+test_gitlab: syncdb
cd $(project); $(PYTHON) manage.py test $(apps)
pep8: