From 38565b911fd7ccc377ac47dab3db11cfe82763dd Mon Sep 17 00:00:00 2001 From: Andreas <andreksv@ntnu.no> Date: Thu, 25 Apr 2024 15:55:35 +0200 Subject: [PATCH] feat/Updated .gitlab-ci.yml --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85932e9..03d55f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,4 @@ -image: image: node:latest -# Much smaller than other variants, faster and more resource effective +image: node:latest # Much smaller than other variants, faster and more resource effective stages: - install_dependencies -- GitLab