From b87a0179ff8b39e118903da1ad55813b9c09efa7 Mon Sep 17 00:00:00 2001
From: Sintal <61sima1bif@hft-stuttgart.de>
Date: Wed, 16 Jun 2021 15:51:26 +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 587a13f..d17a045 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:
       - GITLAB_KEY=$(echo "$GITLAB_KEY" | tr -d '\r' | tr -d '\n')
-- 
GitLab