From 3195c94a30e1691fa8465ba5c22c1a177e7ee187 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 9 Nov 2022 18:02:07 +0100 Subject: Minor fix on tests --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.example') 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 -- cgit v1.2.3