diff --git a/Jenkinsfile b/Jenkinsfile index c7cb7cd..b6c4726 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,9 +29,7 @@ pipeline { stage('Install pytest') { steps { - sh '''python3 setup.py install - pytest -''' + sh 'python3 setup.py install --user' } }