Update .gitlab-ci.yml

This commit is contained in:
Joakim Nylén 2019-08-23 03:22:51 +00:00
parent a64bdac974
commit 5da5f62383

View File

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