diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2020f9b30b1b251db50680d1aa0848dd7d815fc1..3bc1f8f6303726cc12da372a2a997ade60667075 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