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

Fix modified package name for python in alpine

parent a11c79ef
Branches
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.
Please register or to comment