diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b753657fc66084ff1b4f1281c6fc7371ec239e9b..d09bd394a3462d40e45641df2236ad2f06a17436 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"