From dd422494083d0e315ce457f182c3cfd37a1ce754 Mon Sep 17 00:00:00 2001
From: Miguel Prada <miguel.prada@tecnalia.com>
Date: Mon, 2 Dec 2019 18:03:19 +0100
Subject: [PATCH] Temporarily run clang-format in precheck stage for faster
 iteration

---
 .gitlab-industrial-ci-kinetic-no-rosinstall.yml   | 2 +-
 .gitlab-industrial-ci-kinetic-with-rosinstall.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
index 2aa4fc5..32e8605 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 077ef50..7e32656 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:
-- 
GitLab