summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2023-11-30 09:40:29 +0400
committerLain Soykaf <lain@lain.com>2023-11-30 09:40:29 +0400
commit265d8749b1683f58f902cb82529d762617adc1c6 (patch)
treed4bc0298c73c7c04e6c6329484de3e8a1f7e1c4f /.gitlab-ci.yml
parent15a8acbd6cc6ecc89b49956acfeba49d02270c1d (diff)
downloadpleroma-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.yml2
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: