diff --git a/.gitlab/ci/download/select_jobs.gitlab-ci.yml b/.gitlab/ci/download/select_jobs.gitlab-ci.yml
index 93d44d40c549df5481a2f5f5bf1fdb3f77b3256e..0768d795f6a13b8bbc694bae3346886ed0b523e8 100644
--- a/.gitlab/ci/download/select_jobs.gitlab-ci.yml
+++ b/.gitlab/ci/download/select_jobs.gitlab-ci.yml
@@ -89,7 +89,7 @@
         # CASE WHERE A COMMIT TAG IS CREATED
         elif [[ ! -z "$CI_COMMIT_TAG" ]]; then
         	PROJECT_CURR_TAG_DATE=$(jq '.commit.created_at' <<<$(curl -s "$API_URL/projects/$CI_PROJECT_ID/repository/tags/$CI_COMMIT_TAG"))
-        	echo "Looking for latest release in $DEP_NAME before $CI_COMMIT_TAG was released on project $CI_PROJECT_NAME."
+        	echo "Retrieving tags of $DEP_NAME via url $DEP_API_URL/repository/tags?per_page=100."
         	DEP_TAGS=$(jq --slurp '
               .[]
               | sort_by(.commit.created_at)