From ac69b076b0f095d73d63d53536988be1464d9b20 Mon Sep 17 00:00:00 2001
From: "Mcintosh, Liam S (UG - Computer Science)" <lm00840@surrey.ac.uk>
Date: Thu, 20 May 2021 13:55:31 +0000
Subject: [PATCH] git pull before running update

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1e136b8..7b8f8b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,7 @@ update-data:
   tags:
     - updating
   script:
+    - git pull
     - python -V
     - python update.py
   only:
-- 
GitLab