Skip to content
Snippets Groups Projects
Commit b796f338 authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Merge branch '23-ci-jobs-failing-due-to-change-in-python-package-name' into 'master'

Resolve "CI jobs failing due to change in Python package name"

Closes #23

See merge request tecnalia_robotics-public/gitlab_templates!48
parents a11c79ef 916fac55
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ stages:
- postcheck
before_script:
- apk add --update bash coreutils tar wget python
- apk add --update bash coreutils tar wget
.industrial_ci:
stage: build
......@@ -95,6 +95,8 @@ clang_format:
## other options like pylint, but much faster and less strict
##########################################################
python_syntax:
before_script:
- apk add --update python2
stage: precheck
script: python -m compileall -q .
when: always
......
......@@ -13,7 +13,7 @@ stages:
- postcheck
before_script:
- apk add --update bash coreutils tar wget python
- apk add --update bash coreutils tar wget
.industrial_ci:
stage: build
......@@ -97,6 +97,8 @@ clang_format:
## other options like pylint, but much faster and less strict
##########################################################
python_syntax:
before_script:
- apk add --update python2
stage: precheck
script: python -m compileall -q .
when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment