diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 428e8c63f6fcbd995ee1d7ecda2ffd12ceb2f4b7..f7b230cd104f112a423c677b1805ec13f6e8560d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ php-dependencies:
   stage: prepare
   script:
     # Install all php dependencies
-    - php composer.phar install --prefer-dist --no-ansi --no-interaction --no-progress --ignore-platform-reqs
+    - composer install --prefer-dist --no-ansi --no-interaction --no-progress --ignore-platform-reqs
 
 js-dependencies:
   stage: prepare