diff --git a/Jenkinsfile b/Jenkinsfile index 2edf555..d0a8278 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { stage('Run pytest') { steps { - sh 'python3 -m pytest' + sh '/usr/local/bin/pytest-venv' } }