diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75d067ca42d897da5932cf1be15fd61fd7796e07..a682d42bebfd787aeeb0e9bec30f6d83f9ba1289 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,10 @@ pytest:
       junit: report.xml
 
 report:
+  variables:
+    GIT_LFS_SKIP_SMUDGE: 0
   script:
+    - pip install .
     - python report.py
   when: manual
   artifacts: