From c15e148a81f8abb45f2843ff339f6102ebc1a49e Mon Sep 17 00:00:00 2001
From: Sintal <61sima1bif@hft-stuttgart.de>
Date: Sun, 16 May 2021 20:39:56 +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 d09bd39..2e716d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,4 +13,4 @@ Test SSH:
     script:
     - scp testscript.sh $USER_NAME:~/testscript/testscript.sh
     - scp testscript.sh $USER_NAME:~/testscript/helloworld.c
-    - ssh $USER_NAME "chmod 700 testscript/helloworld.c && chmod 700 testscript/testscript.sh && testscript/testscript.sh"
+    - ssh $USER_NAME "cd testscript && chmod 700 testscript/testscript.sh && ./testscript.sh"
-- 
GitLab