diff options
author | Lain Soykaf <lain@lain.com> | 2023-11-30 09:40:29 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2023-11-30 09:40:29 +0400 |
commit | 265d8749b1683f58f902cb82529d762617adc1c6 (patch) | |
tree | d4bc0298c73c7c04e6c6329484de3e8a1f7e1c4f /.gitlab-ci.yml | |
parent | 15a8acbd6cc6ecc89b49956acfeba49d02270c1d (diff) | |
download | pleroma-265d8749b1683f58f902cb82529d762617adc1c6.tar.gz pleroma-265d8749b1683f58f902cb82529d762617adc1c6.zip |
Gitlab CI: Make it work for a local runner
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff3308e31..10a843af2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: |