diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e944cb9ba8caf3a37f194094f653b3829f11689..6b211e43b0e7be3a56195955cb14eb49487090d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,6 +36,6 @@ deploy:
     - apt-get update
     - apt-get install --assume-yes rsync
     - rsync --archive --delete --exclude='.git' --exclude='node_modules' . app@192.168.50.1
-    - ssh app@192.168.50.1 systemctl --user restart app
+    - ssh -p 5505 app@192.168.50.1 systemctl --user restart app
   only:
     - master