From 6cdcfb010a44072640e448378b8183d019792d67 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 9 Nov 2022 17:05:29 +0100 Subject: Gitlab CI fix: add missing packages, remove gis test (nomore specific), remove build from test --- Makefile.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index e930313e1..e6de15177 100644 --- a/Makefile.example +++ b/Makefile.example @@ -106,8 +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: build_gitlab ## - cd $(project); $(PYTHON) manage.py test --tag gis --exclude-tag ui --exclude-tag libreoffice $(apps) +test_gitlab: clean ## 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