diff --git a/.travis/get_build_repo_from_origin.sh b/.travis/get_build_repo_from_origin.sh
index 26a9db1..1ab021e 100755
--- a/.travis/get_build_repo_from_origin.sh
+++ b/.travis/get_build_repo_from_origin.sh
@@ -14,3 +14,4 @@ else
     echo "Checking out remote branch from last build"
     git checkout -b ${REMOTE_BRANCH}-build origin/${REMOTE_BRANCH}-build
 fi
+cd ../..