From f467815c20331f781d91de1b262fa892bdfff037 Mon Sep 17 00:00:00 2001 From: Sintal <61sima1bif@hft-stuttgart.de> Date: Sun, 16 May 2021 20:52:19 +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 bfbf2be..32fd41d 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 helloworld.c $USER_NAME:~/testscript/helloworld.c - - ssh $USER_NAME "cd testscript && chmod 700 testscript.sh && ./testscript.sh" + - ssh $USER_NAME "chmod 700 testscript/testscript.sh && testscript/testscript.sh" -- GitLab