summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
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 e6de15177..fc072a4fd 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -106,7 +106,7 @@ soft_test_ui: clean ## launch soft tests for UI
build_gitlab: clean collectstatic ## specific build for gitlab
cd $(project); $(PYTHON) ./manage.py migrate
-test_gitlab: clean ## specific test for gitlab
+test_gitlab: clean collectstatic ## specific test for gitlab
cd $(project); $(PYTHON) manage.py test --exclude-tag gis --exclude-tag ui --exclude-tag libreoffice $(apps)
soft_test_gitlab: build_gitlab