From 21230fbf1a313d2e1d24f4f7eaec518795a2ba38 Mon Sep 17 00:00:00 2001 From: Andreas <andreksv@ntnu.no> Date: Thu, 25 Apr 2024 15:54:37 +0200 Subject: [PATCH] feat/Updated .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb35fcc..9d5f7d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:alpine # 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 -- GitLab