diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4b68598880cc5d0a72019968305ebbcfdac22dfe..c4153154269a3dfb70973a8203a80776670fb2ad 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