diff --git a/scripts/ci/run_ci.sh b/scripts/ci/run_ci.sh index 021e8c7645f..a9c7d288afb 100755 --- a/scripts/ci/run_ci.sh +++ b/scripts/ci/run_ci.sh @@ -126,7 +126,7 @@ function on_complete() { function run_bsim_bt_tests() { WORK_DIR=${ZEPHYR_BASE}/bsim_bt_out tests/bluetooth/bsim_bt/compile.sh RESULTS_FILE=${ZEPHYR_BASE}/${bsim_bt_test_results_file} \ - SEARCH_PATH=tests/bluetooth/bsim_bt/bsim_test_app/tests_scripts \ + SEARCH_PATH=tests/bluetooth/bsim_bt/ \ tests/bluetooth/bsim_bt/run_parallel.sh }