diff options
| author | Roger Braun <rbraun@Bobble.local> | 2017-11-02 17:52:53 +0100 | 
|---|---|---|
| committer | Roger Braun <rbraun@Bobble.local> | 2017-11-02 17:52:53 +0100 | 
| commit | 9554436d61de3e76f8cf9239ca03b0b1b41f4096 (patch) | |
| tree | 1ff2856185336eeadd357959760ff956bab5e5e9 | |
| parent | 5794558077fc60a77c6c0f7605efc26b47be381a (diff) | |
| download | pleroma-9554436d61de3e76f8cf9239ca03b0b1b41f4096.tar.gz pleroma-9554436d61de3e76f8cf9239ca03b0b1b41f4096.zip | |
update gitlab ci
| -rw-r--r-- | .gitlab-ci.yml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d72b700fd..b7608e0a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,8 @@ services:  variables:    POSTGRES_DB: pleroma_test -  POSTGRES_USER: pleroma -  POSTGRES_PASSWORD: pleroma +  POSTGRES_USER: postgres +  POSTGRES_PASSWORD: postgres  stages:    - test @@ -21,4 +21,4 @@ before_script:  unit-testing:    stage: test    script: -    - MIX_ENV=test mix test
\ No newline at end of file +    - MIX_ENV=test mix test | 
