From cc25c30555e3b267fbb5c35e01d753b972372d52 Mon Sep 17 00:00:00 2001
From: Antoine Gaudron-desjardins <antoine.gaudrondesjardins@student-cs.fr>
Date: Wed, 6 Jul 2022 23:06:39 +0200
Subject: [PATCH] ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 42d8dfd..fa0d954 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -110,7 +110,7 @@ lint:
 #######################################################################################################################################
 
 .deploy:
-  images: node:16.14.0-alpine
+  image: node:16.14.0-alpine
   stage: deploy
   script:
     # Install ssh-agent if not already installed, it is required by Docker.
-- 
GitLab