diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0976970..8bf1e73 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,7 @@ get-build-repo:       # This job runs in the build stage, which runs first.
     - apt-get update -y && apt-get install -yqqf openssh-client git unzip sshpass rsync --fix-missing
     - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client git -y )'
     - eval $(ssh-agent -s)
+    - echo "$GITLAB_DEPLOY_KEY"
     - echo "$GITLAB_DEPLOY_KEY" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
 
     - mkdir -p ~/.ssh