diff --git a/Jenkinsfile b/Jenkinsfile index 2b14a9f..b1ea4c6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,9 +21,7 @@ pipeline { pip3 install -r requirements.txt ''' sh ''' - export PYTHONPATH=`pwd` - cd tests - ../pyenv/bin/python3 -m unittest discover . + export PYTHONPATH=`pwd`; cd tests; ../pyenv/bin/python3 -m unittest discover . ''' } }