From 2d47cf6d1c3869416a9458619c2df64a6f91e96f Mon Sep 17 00:00:00 2001
From: julientaq <julien@coko.foundation>
Date: Tue, 21 Dec 2021 00:33:12 +0100
Subject: [PATCH] testing another image

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index de897d3..364521a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
 
 pages:
   stage: build
-  image: node:lts-buster
+  image: node
   cache:
     key: "$CI_JOB_NAME"
     paths:
-- 
GitLab