debug added

This commit is contained in:
Lukas Klass 2020-09-09 17:02:49 +02:00
parent 918ed763a7
commit a21192b171
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -25,6 +25,9 @@ pipeline {
// run tests
sh '''
export PYTHONPATH=`pwd`
ls
ls tests
ls tests/data
venv/bin/python3 -m unittest discover ${TEST_DIR}
'''
}