diff --git a/Jenkinsfile b/Jenkinsfile index b6ebefd31..30ef7882d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,11 +9,11 @@ pipeline { stage('Unit tests django 1.11') { agent any steps { - sh 'tox -rv -e py3-django111-pylint-coverage' + sh 'tox -rv -e py3-django111-black-pylint-coverage' } post { always { - stash includes:'junit-py3-django111-pylint-coverage.xml', name: 'django111' + stash includes:'junit-py3-django111-black-pylint-coverage.xml', name: 'django111' script { utils = new Utils() utils.publish_coverage('coverage.xml')