diff --git a/.ci/lib.sh b/.ci/lib.sh index 8292508..251f2f9 100644 --- a/.ci/lib.sh +++ b/.ci/lib.sh @@ -21,7 +21,7 @@ clone_tests_repo() run_static_checks() { clone_tests_repo - bash "$tests_repo_dir/.ci/static-checks.sh" + bash "$tests_repo_dir/.ci/static-checks.sh" "github.com/kata-containers/proxy" } run_go_test()