diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8647df96ccbf1719ac8bedbbbdc229f584cebcd1..e27ade9199f4f10f3bcc49ec8fb62e4744d8adca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ format: stage: build script: - clang-format --version # we use clang-format-10 exclusively - - ./format/format_cf11.py + - ./format/format.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 artifacts: