X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitlab-ci.yml;h=4db167febb1cf737e4699e6596ba58ee64dce6a7;hb=9b97b023c53b88f4c04aed17e36022201016b6c9;hp=d72b700fd7311133d2ae7413ace6efb73d05e79f;hpb=32e1e52bd8b243509878e981e334728cbea024e1;p=akkoma diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d72b700fd..4db167feb 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 --trace