diff --git a/Jenkinsfile b/Jenkinsfile index 6004c01..51e06f5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ pipeline { source ${PY_ENV}/bin/activate export PATH=${PY_ENV}/bin:${PATH} pip install -r requirements.txt - pytest catalog/tests/ + python manage.py test xmlrunner discover -p *_test.py ''' }