From 20502a21428459652eef750580f4275cf2c1b970 Mon Sep 17 00:00:00 2001 From: "shikhar.s" Date: Thu, 29 Aug 2019 16:07:11 +0530 Subject: [PATCH] chage in unit test --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''' }