diff --git a/Jenkinsfile b/Jenkinsfile index 47985ad..efbacf4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'