From e22495f32f8b41aa0b71c702cd979156eeac361e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Sun, 20 Oct 2019 15:56:25 +0200 Subject: [PATCH] CI: installe grunt-cli dans le job de build. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5dd069cc..f6f7f85d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ build: variables: NPM_CONFIG_CACHE: "$CI_PROJECT_DIR/.npm" script: + - npm install -g grunt-cli - npm install - npm run build artifacts: -- GitLab