diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 700bccf30b297f6f194553307b61890f4b7a696a..7560e8f15706d44e423f2f527806ea84af294e0d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,10 +36,10 @@ build lectures:
     ## Create the SSH directory and give it the right permissions
     - mkdir -p ~/.ssh
     - chmod 700 ~/.ssh
-    - ssh-keyscan tnw-tn1.tudelft.net >> ~/.ssh/known_hosts
+    - ssh-keyscan qt4.tudelft.net >> ~/.ssh/known_hosts
     - chmod 644 ~/.ssh/known_hosts
   script:
-    - "rsync -rv site/* mathforquantum@tnw-tn1.tudelft.net:$DEPLOY_PATH"
+    - "rsync -rv site/* uploader@qt4.tudelft.net:$DEPLOY_PATH"
 
 deploy master version:
   <<: *prepare_deploy
@@ -71,7 +71,7 @@ undeploy test version:
     DEPLOY_PATH: "test_builds/$CI_COMMIT_REF_NAME"
   script:
     - mkdir empty/
-    - "rsync -rlv --delete empty/ mathforquantum@tnw-tn1.tudelft.net:$DEPLOY_PATH"
+    - "rsync -rlv --delete empty/ uploader@qt4.tudelft.net:$DEPLOY_PATH"
   environment:
     name: $CI_COMMIT_REF_NAME
     action: stop