From ebaa5ca66e17a5e2b2e8b27dec4fdc7cb7304e3a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 18 Mar 2021 11:17:31 +0100 Subject: CI: execute gis test first --- Makefile.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index 3330f3dc7..1ac950635 100644 --- a/Makefile.example +++ b/Makefile.example @@ -87,7 +87,8 @@ build_gitlab: clean collectstatic ## specific build for gitlab cd $(project); $(PYTHON) ./manage.py migrate test_gitlab: build_gitlab ## - cd $(project); $(PYTHON) manage.py test $(apps) + cd $(project); $(PYTHON) manage.py test --tag gis $(apps) + cd $(project); $(PYTHON) manage.py test --exclude-tag gis $(apps) soft_test_gitlab: build_gitlab cd $(project); $(PYTHON) manage.py -k test $(apps) -- cgit v1.2.3