From 87f254a7152ba540dc31b2935d3106834ac0da4c Mon Sep 17 00:00:00 2001
From: Dominik Sigmund <dominik.sigmund@br.de>
Date: Mon, 2 Mar 2020 15:19:08 +0100
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2c11258..22e14a5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,6 +45,7 @@ publish:
   stage: publish
   script:
     - printenv NPM_TOKEN
+    - npm config set strict-ssl false
     - npm config set //it-devops-01.br-edv.brnet.int:4873/:_authToken ${NPM_TOKEN}
     - npm token list --registry $NPM_REGISTRY
     - npm publish --verbose --registry $NPM_REGISTRY
-- 
GitLab