diff --git a/tests/ci_git_prep.sh b/tests/ci_git_prep.sh index e27e4fa..12ef955 100755 --- a/tests/ci_git_prep.sh +++ b/tests/ci_git_prep.sh @@ -21,5 +21,5 @@ export CURRENT_BRANCH=$(detect_branch) echo "Detected Branch: $CURRENT_BRANCH" git_setup -git fetch -git checkout $CURRENT_BRANCH +git fetch origin +git checkout origin/$CURRENT_BRANCH