Fix CI test stage: remove unsupported --skip-checks flag

This commit is contained in:
2026-03-15 12:33:02 +01:00
parent f862d0e904
commit 3dcdb63254

2
Jenkinsfile vendored
View File

@@ -77,7 +77,7 @@ pipeline {
sh ''' sh '''
. .venv/bin/activate . .venv/bin/activate
pip install coverage pip install coverage
coverage run --source='mandelstudio' `which manage.py` test --skip-checks coverage run --source='mandelstudio' `which manage.py` test
coverage report coverage report
coverage xml coverage xml
coverage html coverage html