Update .gitlab-ci.yml file

This commit is contained in:
2025-11-13 00:25:29 +00:00
parent 1ef96590b8
commit 7292595929

View File

@@ -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