diff --git a/Jenkinsfile b/Jenkinsfile index 2e4c8e7..528dedd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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} ''' }