diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 15bc4f6cab7e9d7e2866df3ab8e35438a9747bd1..6bc9eb5a878cff3cc6c798c7b4931a1ce897af01 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,10 +5,7 @@ services:
 pull-changes:
   stage: build
   script:
-    - echo "Pulling repository"
-    - cat data/test.txt
-    - git pull origin master
-    - cat data/test.txt
+    - git remote add server safeuser@20.86.144.56:test_repo/coursework.git/
 
 update-data:
   stage: build