summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-10-25 16:43:35 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-10-25 16:43:35 +0200
commite91bdc6e07b218a435db38190cdfd9cef843c971 (patch)
tree5ccdbc10ece808d56342785e6d64424d9e7c195d /Makefile.example
parent8f993c59af173c4e320dcd18036b564a8404787c (diff)
downloadIshtar-e91bdc6e07b218a435db38190cdfd9cef843c971.tar.bz2
Ishtar-e91bdc6e07b218a435db38190cdfd9cef843c971.zip
CI: collectstatic before tests
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.example b/Makefile.example
index abb4eec77..b3016e8af 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -50,10 +50,10 @@ coverage: clean
archaeological_context_records,archaeological_files,archaeological_finds,archaeological_warehouse,\
archaeological_files_pdl" ./manage.py test $(apps) && coverage report
-build_gitlab:
+build_gitlab: clean collectstatic
cd $(project); $(PYTHON) ./manage.py migrate
-test_gitlab: clean
+test_gitlab: build_gitlab
cd $(project); $(PYTHON) manage.py test $(apps)
pep8: