From 4ebd3c57eb8956b02611e969ef14831e8d2a005d Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Mon, 28 Apr 2025 08:29:01 +0200 Subject: [PATCH] Update frontend build script in .gitlab-ci.yml to include directory change --- frontend/.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/.gitlab-ci.yml b/frontend/.gitlab-ci.yml index 006546f..471ed79 100644 --- a/frontend/.gitlab-ci.yml +++ b/frontend/.gitlab-ci.yml @@ -33,6 +33,7 @@ frontend_build_job: stage: frontend_build image: node:22@sha256:f6b9c31ace05502dd98ef777aaa20464362435dcc5e312b0e213121dcf7d8b95 script: + - cd frontend - npm install - npx next build - npm run lint