forked from AkkomaGang/akkoma
update gitlab ci
This commit is contained in:
parent
5794558077
commit
9554436d61
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
- MIX_ENV=test mix test
|
||||
|
|
Loading…
Reference in a new issue