summaryrefslogtreecommitdiff
path: root/Makefile.example
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
commited407a3c96bc50e16e17e1223ccd24c450e7fd95 (patch)
treee53cc00fcae2db1b99de95a2e0fbe32f70d99a83 /Makefile.example
parentc958f6a80cd788562e91fd371e4d245eb5264077 (diff)
downloadIshtar-ed407a3c96bc50e16e17e1223ccd24c450e7fd95.tar.bz2
Ishtar-ed407a3c96bc50e16e17e1223ccd24c450e7fd95.zip
CI: force migrations before test
Diffstat (limited to 'Makefile.example')
-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: