diff --git a/.ci/lib.sh b/.ci/lib.sh index a3f1630267..c5c8582f46 100644 --- a/.ci/lib.sh +++ b/.ci/lib.sh @@ -3,7 +3,7 @@ # # SPDX-License-Identifier: Apache-2.0 -export tests_repo="github.com/kata-containers/tests" +export tests_repo="${tests_repo:-github.com/kata-containers/tests}" export tests_repo_dir="$GOPATH/src/$tests_repo" clone_tests_repo()