diff --git a/Jenkinsfile b/Jenkinsfile index 10f668f..8d2ce39 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { stage('Integration Testing') { steps { sh "pipenv install" - sh "pipenv run pytest" + sh "pipenv run python -m unittest" } } stage('Archiving') {