diff --git a/src/python/run_extract_origxml.py b/src/python/run_extract_origxml.py
index e283788c582df6027b698030f1348f4a66f11342..01bdc6fd5ae2e68f005dd8e1f4c4c93bee817e66 100644
--- a/src/python/run_extract_origxml.py
+++ b/src/python/run_extract_origxml.py
@@ -36,6 +36,9 @@ t1 = time.time()
 name_tar_file = input_file.split('/')[-1].split('.tar.gz')[0]
 files_proc, _ = utils_proc.get_list(year_tocomp, folder_database, name_tar_file)
 
+comm = 'git lfs pull -I ' + input_file
+utils_proc.call_with_out(comm)
+
 list_proc = list()
 for infile in files_proc: