diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0c35f00fd1b67b9c0bd354fef30166fcdff40365..3532d46780f28bfaa43e51b7a47401075cc660fc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,10 +2,9 @@ stages:
   - build
   - publish
 
-image: node:latest
-
 build-and-clean:
   stage: build
+  image: node:latest
   script:
     - npm install
     - npm run postinstall
@@ -20,6 +19,7 @@ build-and-clean:
 
 pages:
   stage: publish
+  image: kramos/alpine-zip
   script:
     - mv public gsper
     - tar cJf gsper-offline.tar.xz gsper/