From 47e8f283fdc55e99cd8388ed62803874a692f7a0 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Thu, 3 Feb 2022 20:29:19 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56551e5..b22f791 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ # Stages run in sequential order, but jobs within stages run in parallel. # # For more information, see: https://docs.gitlab.com/ee/ci/yaml/index.html#stages -image: npm:latest +image: node:latest stages: # List of stages for jobs, and their order of execution - build