From 242ae8b0d9d22ec7da4390aab33818b3f2b521e4 Mon Sep 17 00:00:00 2001
From: Sintal <61sima1bif@hft-stuttgart.de>
Date: Mon, 10 May 2021 11:09:42 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8bf9787..340c9e6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ before_script:
   - chmod 700 ~/.ssh
   - ssh-keyscan bwunicluster.scc.kit.edu > ~/.ssh/known_hosts
   - chmod 644 ~/.ssh/known_hosts
-#
+  
 Test SSH:
     script:
       - ssh $USER_NAME "./scriptPull/pullTransformers.sh"
-- 
GitLab