mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 11:52:27 +02:00
use official python image for CI
This commit is contained in:
parent
804e84f40c
commit
436dca2345
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue