From adbed36862d7da0c75e3eadb2d63195e931bae8a Mon Sep 17 00:00:00 2001
From: Boman Romain <r.boman@uliege.be>
Date: Fri, 4 Oct 2024 14:06:22 +0000
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8166127..5cb15af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,9 @@
 
 build_and_test:
     image: registry.gitlab.com/rboman_docker/gmsh_python
+    variables:
+        # do not pull LFS files
+        GIT_LFS_SKIP_SMUDGE: 1
     script:
         - cd cxxfem
         - mkdir build
-- 
GitLab