summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-11-09 17:05:29 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:23:19 +0100
commit6cdcfb010a44072640e448378b8183d019792d67 (patch)
treead067ebdb768d9d97e39c4fb728775afb273d1e5 /Makefile.example
parent5f33a7290018f3361d756438786f7a02dd7c1af5 (diff)
downloadIshtar-6cdcfb010a44072640e448378b8183d019792d67.tar.bz2
Ishtar-6cdcfb010a44072640e448378b8183d019792d67.zip
Gitlab CI fix: add missing packages, remove gis test (nomore specific), remove build from test
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example3
1 files changed, 1 insertions, 2 deletions
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