From 4359bbe951efa203f6c65e85315b0037667800f3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 25 Oct 2017 16:43:35 +0200 Subject: CI: collectstatic before tests --- Makefile.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.example') 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: -- cgit v1.2.3