From 311cb4f86af1816c379d0ade48a33e2e5c69c2a1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20B=C3=BChler?= <david.buhler@cea.fr>
Date: Thu, 28 Oct 2021 09:45:39 +0200
Subject: [PATCH] [ci] Fixes the node version used by the gitlab continuous
 integration.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 41263a09a39..db9dffa057e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -234,7 +234,7 @@ e-acsl-tests-dev:
 
 ivette:
   stage: build
-  image: node
+  image: node:lts-gallium
   cache:
     paths:
     - ivette/node_modules/
-- 
GitLab