From 7187c5462fa16224dba8bb211b296617cc0b9d60 Mon Sep 17 00:00:00 2001 From: "Mcintosh, Liam S (UG - Computer Science)" <lm00840@surrey.ac.uk> Date: Thu, 20 May 2021 14:12:42 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b8f8b4..d2d3c2b 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: -- GitLab