diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c2963a8fa91465751fee0bb9f04cee9c9dc7dc0a..b07403c7c348a27661a0071273ab1d3fb34d0cda 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,7 @@ before_script:
 
 Test SSH:
     script:
-    - scp testscript.sh $USER_NAME:~/testscript/testscript.sh
-    - scp helloworld.c $USER_NAME:~/testscript/helloworld.c
-    - ssh $USER_NAME "cd ~/testscript && chmod 700 testscript.sh && ./testscript.sh"
+    #- scp testscript.sh $USER_NAME:~/testscript/testscript.sh
+    #- scp helloworld.c $USER_NAME:~/testscript/helloworld.c
+    #- ssh $USER_NAME "cd ~/testscript && chmod 700 testscript.sh && ./testscript.sh"
+    - ssh $USER_NAME "mkdir -p testscript && scp testscript.sh $USER_NAME:~/testscript/testscript.sh && cd testscript && ls -al"