From e69b5a2be6b426e3ee1e36298fb75bf24ee5e0dd Mon Sep 17 00:00:00 2001 From: Sintal <61sima1bif@hft-stuttgart.de> Date: Sun, 16 May 2021 20:07:18 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b753657..d09bd39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,5 +11,6 @@ before_script: Test SSH: script: - - scp testscript.sh $USER_NAME:~/testscript/testscript.sh - - ssh $USER_NAME "chmod 700 testscript/testscript.sh && testscript/testscript.sh" + - 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" -- GitLab