From 4d372dabdeb165c2152fb8e056a3149ae1248593 Mon Sep 17 00:00:00 2001
From: Jon Azpiazu <jon.azpiazu@tecnalia.com>
Date: Thu, 6 May 2021 11:53:09 +0200
Subject: [PATCH] Remove the precheck stage

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

diff --git a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
index 62146e1..44ed7bb 100644
--- a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+++ b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
@@ -9,7 +9,6 @@ services:
     alias: docker
 
 stages:
-  - precheck
   - build
   - postcheck
 
@@ -99,7 +98,7 @@ clang_format:
 python_syntax:
   before_script:
     - apk add --update python2
-  stage: precheck
+  stage: build
   script: python -m compileall -q .
   when: always
   tags:
diff --git a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
index a48ee74..b582e36 100644
--- a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+++ b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
@@ -9,7 +9,6 @@ services:
     alias: docker
 
 stages:
-  - precheck
   - build
   - postcheck
 
@@ -101,7 +100,7 @@ clang_format:
 python_syntax:
   before_script:
     - apk add --update python2
-  stage: precheck
+  stage: build
   script: python -m compileall -q .
   when: always
   tags:
-- 
GitLab