From c203e136040fc6715045b194f9ab7eb4b48ad5ec Mon Sep 17 00:00:00 2001 From: Alexander Engelsberger Date: Fri, 5 Nov 2021 12:21:47 +0100 Subject: [PATCH] ci: path test IV --- Jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index fcdad7d..87f6501 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {