From 336e2dc2f9a9a6b300e7f924daa51aa3bec91acf Mon Sep 17 00:00:00 2001
From: John Swinbank <swinbank@astron.nl>
Date: Mon, 14 Jun 2021 15:41:32 +0200
Subject: [PATCH] Install git-lfs on build

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c733a32..150ff9d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,8 @@ variables:
   GIT_SUBMODULE_STRATEGY: normal
 
 build:
+  before_script:
+    - apt-get update && apt-get install -y git-lfs
   script:
     - make
   artifacts:
-- 
GitLab