diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b8f8b455db85e96ca9e2bd3ab4a31719c6a244c..d2d3c2bd4833d6493a116d05b86c0a930a3d20f7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,12 +2,17 @@ image: python:latest
 services:
   - docker:dind
 
+pull-changes:
+  stage: build
+  script:
+    - echo "Pulling repository"
+    - git pull origin master
+
 update-data:
   stage: build
   tags:
     - updating
   script:
-    - git pull
     - python -V
     - python update.py
   only: