diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9cd275c..b1926e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,7 @@ test: - apk add curl script: - cd frontend - - curl -s -u $ARTIFACTORY_USERNAME:$ARTIFACTORY_API_TOKEN -k https://sres.web.boeing.com/artifactory/api/npm/auth > $HOME/.npmrc - - npm config set registry https://sres.web.boeing.com/artifactory/api/npm/npm-releases + - npm config set registry https://deps.global.bsf.tools/artifactory/api/npm/registry.npmjs.org/ - npm config set strict-ssl false - npm config fix - npm install \ No newline at end of file