CI uses image Python

This commit is contained in:
Yohann D'ANELLO 2020-09-24 11:45:44 +02:00
parent a68a7b681d
commit b68057d1a0
1 changed files with 2 additions and 2 deletions

View File

@ -4,12 +4,12 @@ stages:
py38-django31:
stage: test
image: python3:alpine
image: python:3-alpine
script: tox -e py38-django31
linters:
stage: quality-assurance
image: python3:alpine
image: python:3-alpine
script: tox -e linters
# Be nice to new contributors, but please use `tox`