diff options
author | lambda <pleromagit@rogerbraun.net> | 2018-04-24 12:28:59 +0000 |
---|---|---|
committer | lambda <pleromagit@rogerbraun.net> | 2018-04-24 12:28:59 +0000 |
commit | bbd549c018879b3504633f1d87dce49d955d6d0c (patch) | |
tree | b53937faec2042c1e1128a615ae51d233c0d8680 | |
parent | 3f9385096e7ce2094e35018d648123b1c86c7df9 (diff) | |
download | pleroma-bbd549c018879b3504633f1d87dce49d955d6d0c.tar.gz |
Update .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35029c8f0..46fa1c74c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ variables: POSTGRES_DB: pleroma_test POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres + DB_HOST: postgres stages: - lint |