diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e6cadb..251c01b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,6 +70,7 @@ test_python: services: - postgres:13-alpine variables: + POSTGRES_HOST_AUTH_METHOD: trust DATABASE_URL: postgres://postgres@postgres/postgres script: - ./manage.py collectstatic --noinput --clear