diff --git a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
index 2aa4fc5df238c844832b26d89e9db6a8605b46ac..32e86058581019a1718d9432dd35355418af287b 100644
--- a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+++ b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
@@ -77,7 +77,7 @@ industrial_ci_kinetic_deploy:
 
 clang_format:
   extends: .industrial_ci
-  stage: postcheck
+  stage: precheck
   before_script:
     - wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/13-add-clang-format-to-the-ci-tests/clang-format -O .clang-format
   variables:
diff --git a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
index 077ef5091dc282b06d2b674f4dc9a3a63cf70b57..7e3265689f963ecf55f792f565d0d5b7c97e30bd 100644
--- a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+++ b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
@@ -79,7 +79,7 @@ industrial_ci_kinetic_deploy:
 
 clang_format:
   extends: .industrial_ci
-  stage: postcheck
+  stage: precheck
   before_script:
     - wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/13-add-clang-format-to-the-ci-tests/clang-format -O .clang-format
   variables: