From 132040c47d22e6f16c5ba6b8ba7fbf6c96e9b2c9 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 26 Aug 2022 00:08:37 +0100 Subject: [PATCH] Remove auth from postgres DB during tests --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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