summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-11-09 18:02:07 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:23:19 +0100
commit658d91d6162886e792a525ce982dfbcf975be1a4 (patch)
tree2e409686243b0e7576c6c9968d65489b8afbefee /Makefile.example
parent6cdcfb010a44072640e448378b8183d019792d67 (diff)
downloadIshtar-658d91d6162886e792a525ce982dfbcf975be1a4.tar.bz2
Ishtar-658d91d6162886e792a525ce982dfbcf975be1a4.zip
Minor fix on tests
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