fix: ci/cd pipeline now uses rust image
This commit is contained in:
parent
f2b6709083
commit
b9fd779845
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue