From 6233c5357991723b6b08b9626ba5ecc0ee8dc2bf Mon Sep 17 00:00:00 2001 From: acrovato <a.crovato@uliege.be> Date: Tue, 1 Feb 2022 13:47:21 +0100 Subject: [PATCH] Fix ci --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb1c837..4c7e65e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ variables: stages: - build + - format - test build: @@ -37,7 +38,7 @@ build: format: <<: *global_tag_def - stage: build + stage: format script: - clang-format --version # we use clang-format-10 exclusively - ./ext/amfe/scripts/format_code.py -- GitLab