ci: path test IV

This commit is contained in:
Alexander Engelsberger 2021-11-05 12:21:47 +01:00
parent 4923ab8ef1
commit c203e13604
No known key found for this signature in database
GPG Key ID: BE3F5909FF0D83E3

5
Jenkinsfile vendored
View File

@ -9,13 +9,10 @@ pipeline {
}
}
environment {
PATH = "/home/jenkins/.local/bin:${env.PATH}"
}
steps {
sh 'pip install pip --upgrade --progress-bar off'
sh 'pip install .[all] --progress-bar off'
sh 'pytest -v --junitxml=reports/result.xml'
sh '~/.local/bin/pytest -v --junitxml=reports/result.xml'
}
post {
always {