From 797c2ff300d028b2bf560071c8d442510c5780b6 Mon Sep 17 00:00:00 2001 From: Andreas <andreksv@ntnu.no> Date: Fri, 26 Apr 2024 08:44:51 +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 bcb1717..7c52b79 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,7 @@ -image: node:latest # Much smaller than other variants, faster and more resource effective +image: node:alpine # Much smaller than other variants, faster and more resource effective stages: - install_dependencies - - lint - build_project install_dependencies: -- GitLab