From f73f5914827abff6d2e48c8c137ed4994acfb0b0 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Tue, 8 Oct 2019 15:22:31 +0200
Subject: [PATCH] fix typo

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a1a73009..be091074 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ variables:
 
 before_script:
   - apt-get -qq update
-  - apt-get install -y -qq git-lf
+  - apt-get install -y -qq git-lfs
   - bundle install && bundle update
 
 pages:
-- 
GitLab