Force python:3.9-alphine
This commit is contained in:
parent
2aaaca9e6e
commit
211ca79145
@ -12,16 +12,9 @@ stages: # List of stages for jobs, and their order of execution
|
||||
- Build Wheel
|
||||
|
||||
|
||||
|
||||
# unit-test-job: # This job runs in the test stage.
|
||||
# stage: test # It only starts when the job in the build stage completes successfully.
|
||||
# script:
|
||||
# - echo "Running unit tests... This will take about 60 seconds."
|
||||
# - sleep 60
|
||||
# - echo "Code coverage is 90%"
|
||||
|
||||
pylint:
|
||||
stage: Test
|
||||
image: python:3.9-alpine
|
||||
script:
|
||||
- python3.9 -m pip install pylint pylint-exit anybadge
|
||||
- mkdir ./pylint
|
||||
|
Loading…
Reference in New Issue
Block a user