use official python image for CI

This commit is contained in:
Arthur Vuillard 2023-07-13 16:18:42 +02:00
parent 804e84f40c
commit 436dca2345

View file

@ -5,7 +5,7 @@ stages:
tests: tests:
stage: test stage: test
image: registry.gitlab.com/hashbangfr/docker_archlinux:python image: python:3.11
variables: variables:
DJANGO_SETTINGS_MODULE: "la_chariotte.settings" DJANGO_SETTINGS_MODULE: "la_chariotte.settings"
DB_NAME: "postgres" DB_NAME: "postgres"