From 3cf0d6be3d9791daefe62e603127a3ffe2c8fe31 Mon Sep 17 00:00:00 2001 From: Jordan Ramos Date: Fri, 8 May 2026 13:55:15 -0600 Subject: [PATCH] Fix CI: install root deps in frontend test job for cross-directory backend imports --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c4bb88..e2dea98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -109,6 +109,7 @@ test-backend: test-frontend: stage: test script: + - npm ci --prefer-offline - cd frontend && npm ci --prefer-offline && CI=true npx react-scripts test --watchAll=false --ci timeout: 5 minutes needs: