From 33d9294549c7e9be1a97bda387a8ae844dcac4b4 Mon Sep 17 00:00:00 2001 From: Sintal <61sima1bif@hft-stuttgart.de> Date: Sun, 16 May 2021 20:48:41 +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 8f1a1cf..bfbf2be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,5 +12,5 @@ before_script: Test SSH: script: - scp testscript.sh $USER_NAME:~/testscript/testscript.sh - - scp testscript.sh $USER_NAME:~/testscript/helloworld.c + - scp helloworld.c $USER_NAME:~/testscript/helloworld.c - ssh $USER_NAME "cd testscript && chmod 700 testscript.sh && ./testscript.sh" -- GitLab