From 394542e3c006113e17cc09effecdd9f0a5309e05 Mon Sep 17 00:00:00 2001
From: Laurent Heirendt <laurent.heirendt@uni.lu>
Date: Wed, 6 May 2020 15:12:09 +0200
Subject: [PATCH] fix issue with LFS

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 06d8ebd0..7ab9b535 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,6 +75,8 @@ build pages for VM deployment:
     - if: $CI_COMMIT_BRANCH
     - if: $CI_MERGE_REQUEST_ID
   before_script:
+    - apt-get -qq update
+    - apt-get install -y -qq git-lfs
     - gem install bundler:$BUNDLER_VERSION && bundle install
   script:
     # Generate the configuration for forks (will use Gitlab Pages on personal namespaces)
-- 
GitLab