From 8f81c71de7d55a0bb788c7de69382ba716a0b820 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 25 May 2017 13:28:28 +0200 Subject: [PATCH] now using yarn to install npmci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 36ff739..4ee4863 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ stages: - pages before_script: - - npm install npmci -q -g + - yarn global add npmci testLEGACY: stage: test