diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 356dd2b36441ee4d7fd61b580d119eabd4d4547e..b6825befe813148b65da970bf1d4f07e4973c10f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,14 @@ checkstyle:
     - ./mvnw -ntp checkstyle:check -Dmaven.repo.local=$MAVEN_USER_HOME
   needs: []
 
+prettier:
+  stage: lint
+  script:
+    - npm install
+    - npm run prettier:check
+  allow_failure: true
+  needs: []
+
 eslint:
   stage: lint
   script: