diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ab7a6785bbc76ceacdd9fd9e4ffc5739d542a784..cce2c2bae3b02434dc415b25babb0233db16cd8c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ format:
     <<: *global_tag_def
     stage: build
     script:
-        - clang-format --version # we use clang-format-10 exclusively
+        - clang-format --version # we use clang-format-14 exclusively
         - ./ext/amfe/scripts/format_code.py
         - mkdir -p patches
         - if git diff --patch --exit-code > patches/clang-format.patch; then echo "Clang format changed nothing"; else echo "Clang format found changes to make!"; false; fi