forked from AkkomaGang/akkoma
Update .gitlab-ci.yml
This commit is contained in:
parent
520cc0c80f
commit
32e1e52bd8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue