diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63a8aa3..6624ce9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,10 @@ test sqlite to postgres: - "${CI_PROJECT_DIR}/signaldctl db-move postgresql://postgres@postgres/signald" - SIGNALD_DATABASE_URI=postgresql://postgres@postgres/signald signald --migrate-data services: - - postgres:latest + - name: postgres:latest + alias: postgres + variables: + POSTGRES_HOST_AUTH_METHOD: trust .build: stage: build