From 729259592937cc358dcc59abe2dd784400c6e372 Mon Sep 17 00:00:00 2001 From: Geonhee Min Date: Thu, 13 Nov 2025 00:25:29 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fa5baf..fd894ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,8 @@ stages: # List of stages for jobs, and their order of execution build: # This job runs in the build stage, which runs first. stage: build + tags: + - local-runner script: - echo "Compiling the code..." - ./gradlew build -Pprofile=prod