diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5fea75d9258a6063a2e3677a793e2085a3541b62..87f4ccdc688b49bd6e8724c431521fad1259a546 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -111,7 +111,7 @@ deploy-to-staging:
   stage: deploy
   script:
     # Authentication setup
-    - mkdir -p ~/.ssh
+    - mkdir -p ~/.ssh 
     - echo "$SSH_PRIVATE_KEY" >> ~/.ssh/id_dsa
     - chmod 600 ~/.ssh/id_dsa
     - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config