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