ci: fix path test

This commit is contained in:
Alexander Engelsberger
2021-11-05 12:12:07 +01:00
parent 7020ac587b
commit 597a7afa67

2
Jenkinsfile vendored
View File

@@ -10,7 +10,7 @@ pipeline {
}
steps {
sh 'export PATH=/.local/bin:$PATH'
sh 'export PATH=~/.local/bin:$PATH'
sh 'pip install pip --upgrade --progress-bar off'
sh 'pip install .[all] --progress-bar off'
sh 'pytest -v --junitxml=reports/result.xml'