diff --git a/tests/run_CI_locally.sh b/tests/run_CI_locally.sh index ee9dc39cb..0c67eb202 100755 --- a/tests/run_CI_locally.sh +++ b/tests/run_CI_locally.sh @@ -115,7 +115,7 @@ elif [ "$BUILD_TYPE" = host ]; then tests/ci/host_test.sh elif [ "$BUILD_TYPE" = style ]; then - tests/ci/check_restyle.sh + tests/ci/style_check.sh tests/restyle.sh else