From e2b3bc4f212f4c65627a039a0265b9ea26c5dd14 Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Mon, 28 Apr 2025 08:37:03 +0200 Subject: [PATCH] Fix frontend GitLab CI job directory context --- frontend/.gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/.gitlab-ci.yml b/frontend/.gitlab-ci.yml index 471ed79..f474a9e 100644 --- a/frontend/.gitlab-ci.yml +++ b/frontend/.gitlab-ci.yml @@ -43,6 +43,8 @@ dockerize_frontend: image: docker:20.10@sha256:2967f0819c84dd589ed0a023b9d25dcfe7a3c123d5bf784ffbb77edf55335f0c before_script: - echo "$CI_REGISTRY_PASSWORD" | docker login "$CI_REGISTRY" -u "$CI_REGISTRY_USER" --password-stdin - script: *dockerize_script + script: + - cd frontend + - *dockerize_script needs: - job: frontend_build_job