diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a29a7fd..9e387c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ build: # This job runs in the build stage, which runs first. - local-runner script: - echo "Compiling the code..." - - sudo chmod +x ./gradlew + - chmod +x ./gradlew - ./gradlew build -Pprofile=prod - ls - echo "Compile complete." \ No newline at end of file