forked from mirrors/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:
|
variables:
|
||||||
POSTGRES_DB: pleroma_test
|
POSTGRES_DB: pleroma_test
|
||||||
POSTGRES_USER: pleroma
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: pleroma
|
POSTGRES_PASSWORD: postgres
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
@ -21,4 +21,4 @@ before_script:
|
||||||
unit-testing:
|
unit-testing:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- MIX_ENV=test mix test
|
- MIX_ENV=test mix test
|
||||||
|
|
Loading…
Reference in a new issue