Gitlab CI: Make it work for a local runner

This commit is contained in:
Lain Soykaf 2023-11-30 09:40:29 +04:00
parent 15a8acbd6c
commit 265d8749b1

View file

@ -6,7 +6,7 @@ variables: &global_variables
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
DB_HOST: postgres
DB_PORT: 5432
DB_PORT: "5432"
MIX_ENV: test
workflow: