diff --git a/templates/python/dependency_management/depandabot/depandabot.yml b/templates/python/dependency_management/depandabot/depandabot.yml
index b00bc54a67ff2ee66c1778f128da30e84406731b..7f139a05dddf9650210c8690b1cf6bd019663553 100644
--- a/templates/python/dependency_management/depandabot/depandabot.yml
+++ b/templates/python/dependency_management/depandabot/depandabot.yml
@@ -12,7 +12,8 @@ depandabot:
         GITLAB_API_URL: "${CI_SERVER_HOST}"
         REQUIREMENTS_FILE_PATH: "${PROJECT_PATH}/requirements.in"
         OUTPUT_FILE_PATH: "${PROJECT_PATH}/requirements${IMAGE_TAG}.txt"
-    
+        CI_DEBUG_TRACE: "true"
+
     script:
         - !reference [.python_install, script]
         - DEPS_BRANCH="depandabot/requirements-txt/$(date +%s)"