From ff8e9c608f06a87c0890339cf50783d613edad91 Mon Sep 17 00:00:00 2001
From: Sintal <61sima1bif@hft-stuttgart.de>
Date: Tue, 18 May 2021 13:09:08 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c2963a8..b07403c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,7 @@ before_script:
 
 Test SSH:
     script:
-    - scp testscript.sh $USER_NAME:~/testscript/testscript.sh
-    - scp helloworld.c $USER_NAME:~/testscript/helloworld.c
-    - ssh $USER_NAME "cd ~/testscript && chmod 700 testscript.sh && ./testscript.sh"
+    #- scp testscript.sh $USER_NAME:~/testscript/testscript.sh
+    #- scp helloworld.c $USER_NAME:~/testscript/helloworld.c
+    #- ssh $USER_NAME "cd ~/testscript && chmod 700 testscript.sh && ./testscript.sh"
+    - ssh $USER_NAME "mkdir -p testscript && scp testscript.sh $USER_NAME:~/testscript/testscript.sh && cd testscript && ls -al"
-- 
GitLab