Skip to content
Snippets Groups Projects
Commit 67ca5530 authored by Volkor Barbarian Warrior's avatar Volkor Barbarian Warrior
Browse files

Update .gitlab-ci.yml file

parent 2918d9aa
No related branches found
No related tags found
No related merge requests found
Pipeline #39 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment