tests added to pipeline
esbo_ds/ESBO-ETC/pipeline/head There was a failure building this commit Details

This commit is contained in:
Lukas Klass 2020-07-21 15:25:27 +02:00
parent 4e122aca3a
commit 5843a202c4
1 changed files with 4 additions and 1 deletions

5
Jenkinsfile vendored
View File

@ -21,7 +21,10 @@ pipeline {
pip3 install -r requirements.txt
'''
sh '''
export PYTHONPATH=`pwd`; cd tests; ../pyenv/bin/python3 -m unittest discover .
export PYTHONPATH=`pwd`
echo $PYTHONPATH
cd tests
../pyenv/bin/python3 -m unittest discover .
'''
}
}