diff options
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 |
commit | ed407a3c96bc50e16e17e1223ccd24c450e7fd95 (patch) | |
tree | e53cc00fcae2db1b99de95a2e0fbe32f70d99a83 | |
parent | c958f6a80cd788562e91fd371e4d245eb5264077 (diff) | |
download | Ishtar-ed407a3c96bc50e16e17e1223ccd24c450e7fd95.tar.bz2 Ishtar-ed407a3c96bc50e16e17e1223ccd24c450e7fd95.zip |
CI: force migrations before test
-rw-r--r-- | Makefile.example | 2 |
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: |