diff --git a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml index 62146e17067bbc3656c6561bafa5bfe1260ba185..44ed7bbc3a3044865482b61416bc2dae7a5d6ac0 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 a48ee7467cf510df67ef254e3710ff150719c234..b582e36c4bd44027be0ac0d4c0126b37d8b8910b 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: