diff --git a/Jenkinsfile b/Jenkinsfile index 9bf90187..cc873c55 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -135,7 +135,7 @@ pipeline { echo "Test coverage" - sh ''' source activate ${BUILD_TAG} + sh ''' export PATH=${VIRTUAL_ENV}/bin:${PATH} coverage run src/bitmessagemain.py -t 1 1 2 3 python -m coverage xml -o PyBitmessage/coverage.xml '''