diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e716d82ac0faa5f4e903486c4d58f214b611886..8f1a1cfce72fe0c1616d18fb83c901e74210ee2c 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"