From abef46970c9b16568c24a417b2956198791f1f65 Mon Sep 17 00:00:00 2001 From: Sintal <61sima1bif@hft-stuttgart.de> Date: Sun, 16 May 2021 20:40:53 +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 2e716d8..8f1a1cf 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 testscript.sh $USER_NAME:~/testscript/helloworld.c - - ssh $USER_NAME "cd testscript && chmod 700 testscript/testscript.sh && ./testscript.sh" + - ssh $USER_NAME "cd testscript && chmod 700 testscript.sh && ./testscript.sh" -- GitLab