diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b85894..45523e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,12 @@ # Use Rust docker image, see: https://hub.docker.com/_/rust/ -image: rust:latest +image: arm32v7/rust:latest # Defines stages which are to be executed stages: - build # Run `cargo build` for the project with stable Rust -run-build: +rust-build: stage: build image: rust:latest script: