fix: ci/cd pipeline now uses rust image

This commit is contained in:
Xory ​ 2024-04-17 10:23:21 +00:00
parent f2b6709083
commit b9fd779845

View file

@ -16,6 +16,8 @@
# This specific template is located at: # This specific template is located at:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml # 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 stages: # List of stages for jobs, and their order of execution
- build - build
- test - test