Update .gitlab-ci.yml

This commit is contained in:
Joakim Nylén 2019-08-23 03:28:19 +00:00
parent 5da5f62383
commit 4085093310

View File

@ -1,6 +1,7 @@
image: elixir:latest image: elixir:latest
before_script: before_script:
- apt-get update
- apt-get install -y rustc cargo - apt-get install -y rustc cargo
- mix local.rebar --force - mix local.rebar --force
- mix local.hex --force - mix local.hex --force