From 114226326688c52495774e17c32fa178914f7b12 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 2 Jun 2016 17:08:58 +0000 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 42a6819..2a6f0f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,8 @@ variables: CONTAINER_RELEASE_IMAGE: registry.gitlab.com/hosttoday/ht-docker-node:latest before_script: + - npm uninstall -g npmci + - npm install -g npmci - docker login -u $DOCKERU -p $DOCKERP release: