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:21:16 +02:00
parent d21712897c
commit fd4ade05f2
1 changed files with 1 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -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 .
'''
}
}