diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8f9c20..59c7075 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,8 @@ # This specific template is located at: # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml +image: "rust:latest" + stages: # List of stages for jobs, and their order of execution - build - test