diff --git a/bin/run_ci_tests.sh b/bin/run_ci_tests.sh index b896a21..6691ebf 100755 --- a/bin/run_ci_tests.sh +++ b/bin/run_ci_tests.sh @@ -45,6 +45,7 @@ prepare_venv install_repo run_tests ret=$? +echo "RET: $ret" cleanup if [[ $ret == 0 ]]; then