From fdf98ffa9b09342deb4b3ae2806ae22d446f2def Mon Sep 17 00:00:00 2001
From: "[1000i100] Millicent Billette" <git@1000i100.fr>
Date: Wed, 14 Dec 2022 18:49:56 +0100
Subject: [PATCH] =?UTF-8?q?v3.0.0-alpha1=20TODO:=20-=20auto-save/resume=20?=
 =?UTF-8?q?-=20pub=20offline=20-=20ergonomie=20options=20-=20doc=20/=20gui?=
 =?UTF-8?q?de=20interactif=20-=20UI=20s=C3=A9cu?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b3f401b..8c1bfeb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ build-and-clean:
 
 pages:
   stage: publish
-  image: samepagelabs/zip
+  image: 1000i100/docker-ci-cd-publish
   script:
     - mv generated/public gsper
     - tar czf gsper-offline.tgz gsper/
-- 
GitLab