1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-12-24 02:15:52 +01:00

Update .gitlab-ci.yml

This commit is contained in:
lambda 2017-11-02 16:33:05 +00:00
parent 520cc0c80f
commit 32e1e52bd8

View File

@ -12,8 +12,8 @@ stages:
- test
before_script:
- mix local.hex force
- mix local.rebar force
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
- MIX_ENV=test mix ecto.create
- MIX_ENV=test mix ecto.migrate