diff --git a/Jenkinsfile b/Jenkinsfile index 2dc9283d..f0377b6e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -186,7 +186,7 @@ pipeline { stage('Unit tests') { steps { - sh ''' source activate ${BUILD_TAG} + sh ''' export PATH=${VIRTUAL_ENV}/bin:${PATH} python -m pytest --verbose --junit-xml results.xml ''' }