From 23a996b43e5585e5ad4373af8639e14658fe53b9 Mon Sep 17 00:00:00 2001 From: Olivier Demers Date: Fri, 3 Feb 2023 15:35:54 +0000 Subject: [PATCH] Give permission to build --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 932a3b2..b325967 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,5 +9,6 @@ stages: # List of stages for jobs, and their order of execution build-job: # This job runs in the build stage, which runs first. stage: build script: + - chmod +x gradlew - ./gradlew build