From ef4f646d64e414cf3dfbc521d3217adf0711e1fa Mon Sep 17 00:00:00 2001
From: Romain Boman <r.boman@uliege.be>
Date: Thu, 23 Jun 2022 18:43:00 +0200
Subject: [PATCH] and again

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4b68598..c415315 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,8 @@
 #         - make -j 4
 
 send-snapshot:
-  image: python:3.6
+#   image: python:3.6
+  image: rboman/waves-py3:2020.3
   script:
     # - if [[ ! $CI_COMMIT_TAG =~ ^v?[0-9]+\.[0-9]+ ]]; then exit 0; fi
     # - git clone https://gitlab.com/sbeniamine/gitlab2zenodo.git
@@ -23,7 +24,6 @@ send-snapshot:
     # - pip install gitlab2zenodo
     - du -kh
     - git --version
-    - apt update && apt install git-lfs
     - git lfs install
     - git archive --format zip --output pipo.zip HEAD
     - ls -lh pipo.zip
-- 
GitLab