tests added to pipeline
esbo_ds/ESBO-ETC/pipeline/head This commit looks good Details

This commit is contained in:
Lukas Klass 2020-07-21 15:42:57 +02:00
parent 203cde1216
commit c84b70d584
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ pipeline {
'''
sh '''
export PYTHONPATH=`pwd`
../pyenv/bin/python3 -m unittest discover test
pyenv/bin/python3 -m unittest discover test
'''
}
}