Skip to content
Snippets Groups Projects
Commit c24b225c authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Merge branch '49-python2-job-is-failing' into 'master'

Resolve "Python2 job is failing"

Closes #49

See merge request tecnalia_robotics-public/gitlab_templates!79
parents 22e467b4 6c01c1f6
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ clang_format:
## other options like pylint, but much faster and less strict
##########################################################
python_syntax:
image: alpine:3.15 # python2 is no longer available in alpine:3.16
before_script:
- apk add --update python2
stage: build
......
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