diff --git a/Jenkinsfile b/Jenkinsfile index cf3389c0..6630a0c3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -79,7 +79,8 @@ pipeline { virtualenv venv #. venv/bin/activate export PATH=${VIRTUAL_ENV}/bin:${PATH} - sudo var/lib/jenkins/.local/bin/nosetests --with-xunit tests + sudo python setup.py install + sudo /home/cis/.local/bin/nosetests --with-xunit tests ''' }