Skip to content
Snippets Groups Projects
Commit 9554436d authored by Roger Braun's avatar Roger Braun
Browse files

update gitlab ci

parent 57945580
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment