From b840252859d2968cde552e3e53282bbc63381830 Mon Sep 17 00:00:00 2001 From: Georg Krause <mail@georg-krause.net> Date: Thu, 18 Aug 2022 09:17:53 +0200 Subject: [PATCH] Test with python 3.8 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2020f9b..3bc1f8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ tests: variables: POSTGRES_PASSWORD: postgres POSTGRES_DB: funkwhale_network_test - image: python:3.10-alpine + image: python:3.8-alpine before_script: - apk add poetry - poetry install -- GitLab