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

This commit is contained in:
2020-07-21 15:21:16 +02:00
parent d21712897c
commit fd4ade05f2
Vendored
+1 -3
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 .
'''
}
}