diff --git a/.ci/run.sh b/.ci/run.sh index 06c93241..e5dec8a9 100755 --- a/.ci/run.sh +++ b/.ci/run.sh @@ -23,7 +23,8 @@ function main() { # TEST # python3 "${BASE_DIR}/run_tests.py" - python3 "../run_tests.py" + # python3 "../run_tests.py" + python3 "${BASE_DIR}/run_tests.py" ((error_count += $?)) if [[ ${error_count} -gt 0 ]] ; then