diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a1a730096ffcc56f16a0f23ec5e9a50cd2f0894e..be09107420b636700d4fcc3de3e1aa2455713a71 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: