From 19c118e16623c0480fe758421d68a09c1ba21375 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Thu, 17 Nov 2016 23:02:37 +0100 Subject: [PATCH] fix gitlab-ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff36370..cdfb76c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,10 +57,10 @@ trigger: - docker pages: - image: hosttoday/ht-docker-node:npmpage stage: page script: - npmci test stable + - npmci command npm install -g -q npmpage - npmci command npmpage --host gitlab only: - tags