diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0481ee..dc9b58f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -207,7 +207,8 @@ frontend_tests: policy: pull-push before_script: - cd frontend - - npm ci + - npm config set registry https://deps.global.bsf.tools/npm/ + - npm ci --verbose script: - npm run test -- --run --reporter=verbose --coverage artifacts: