diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2345d3..f7b216a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,5 @@ +image: ubuntu + before_script: - apt-get update -qq && apt-get install -y -qq curl - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y