diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de04c45..584efe6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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`