From 4cc2c8058ff8d968334fa99174dff59978a9e3bb Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Tue, 13 Jan 2026 23:15:37 +0000 Subject: [PATCH] Configure npm registry and add verbose output for debugging --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: