From 73d330655af035a7656de2bc2ec9a9c4a3347598 Mon Sep 17 00:00:00 2001 From: Kevin R Date: Thu, 10 Sep 2020 00:26:23 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8bdb57..af6ecfa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,7 @@ hash rules: - data/data.min.json install addon: + image: node:stable stage: install script: - npm install @@ -51,6 +52,7 @@ install addon: - node_modules/ test addon: + image: node:stable stage: test dependencies: - install addon