From b68057d1a08b80fbe6540fddc7e87061419d9518 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 24 Sep 2020 11:45:44 +0200 Subject: [PATCH] CI uses image Python --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`