From 436dca2345506170c9c5dc415f49432f1d7898af Mon Sep 17 00:00:00 2001 From: Arthur Vuillard Date: Thu, 13 Jul 2023 16:18:42 +0200 Subject: [PATCH] use official python image for CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80014ac..ecae0f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: tests: stage: test - image: registry.gitlab.com/hashbangfr/docker_archlinux:python + image: python:3.11 variables: DJANGO_SETTINGS_MODULE: "la_chariotte.settings" DB_NAME: "postgres"