diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6307111..fa03740 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ -# This file is a template, and might need editing before it works on your project. image: elixir:latest before_script: + - sudo apt-get install -y rustc cargo - mix local.rebar --force - mix local.hex --force - mix deps.get