From 33dae87a49031a435af98346593dce3c56587019 Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Mon, 18 Feb 2019 13:07:04 +0100 Subject: [PATCH] ci: ensure that dependencies are installed --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04c0f22c..18cdab43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,9 @@ cache: paths: - node_modules +before_script: + - npm install + stages: - build - test