From 67ca553038d46d16306aeebf4e61fae46a25beab Mon Sep 17 00:00:00 2001 From: Volkor Barbarian Warrior <me@volkor.me> Date: Wed, 5 Jun 2024 01:03:17 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7457b09..7d7e63c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ clippy: # Building rust-stable: stage: build - image: rust:stable + image: rust:latest script: - rustc --version && cargo --version - cargo build --verbose @@ -38,7 +38,7 @@ rust-stable: # Testing test: stage: test - image: rust:stable + image: rust:latest script: - rustc --version && cargo --version - cargo test --verbose -- GitLab