From 2d81e37328b6bb2ed1a2ccfe7a532cec0f9cfd10 Mon Sep 17 00:00:00 2001
From: Andreas <andreksv@ntnu.no>
Date: Thu, 25 Apr 2024 15:55:26 +0200
Subject: [PATCH] feat/Updated .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d5f7d7..85932e9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,5 @@
-# image: node:alpine # Much smaller than other variants, faster and more resource effective
+image: image: node:latest
+# Much smaller than other variants, faster and more resource effective
 
 stages:
   - install_dependencies
-- 
GitLab