diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7253fc5699361805078b62c7ac9fcac075db365a..99adb98c1957a380583981e003d9025b42268444 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ stages:
 
 build:
   stage: build
-  script: ./gradlew --build-cache assemble
+  script: gradle --build-cache assemble
   cache:
     key: "$CI_COMMIT_REF_NAME"
     policy: push
@@ -23,7 +23,7 @@ build:
 test:
   stage: test
   script:
-  - ./gradlew test
+  - gradle test
   cache:
     key: "$CI_COMMIT_REF_NAME"
     policy: pull