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