diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef4c9766dfc46de66fa61e4f83f12721fab3b1d6..0b921f033132809cc694eb5892f9d2107705418f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,11 +41,6 @@ before_script:
   - php composer.phar install --prefer-dist --no-ansi --no-interaction --no-progress --ignore-platform-reqs
   - npm install
 
-commit-message:
-  stage: init
-  script:
-    - npx commitlint CI_COMMIT_MESSAGE
-
 tests:
   stage: quality
   script: