From 9f171ec948936594a11f740cbdb42f126fa70b4a Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Sat, 2 Dec 2023 11:32:14 +0100 Subject: [PATCH] fix --- .ci/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/test.sh b/.ci/test.sh index cc9855327a..adee65db23 100755 --- a/.ci/test.sh +++ b/.ci/test.sh @@ -42,6 +42,8 @@ source $WORKSPACE/devel/setup.bash ## | ---------------- clone the tested package ---------------- | +cd $WORKSPACE/src + echo "$0: cloning the package" # clone and checkout @@ -56,8 +58,6 @@ echo "$THIS_TEST_REPOS" | while IFS= read -r REPO; do done -cd $WORKSPACE/src - echo "$0: installing rosdep dependencies" rosdep install --from-path .