💚 Switched to fully qualified rust image version number

This commit is contained in:
François Autin 2023-03-23 15:17:23 +00:00
parent 5963759141
commit cdb52bc9de

View File

@ -1,5 +1,5 @@
default: default:
image: rust:latest image: rust:1.68
stages: stages:
- test - test
@ -28,4 +28,5 @@ lint-test-job:
stage: test stage: test
script: script:
- echo "Linting code..." - echo "Linting code..."
- cargo clippy - rustup component add clippy
- cargo clippy -- -D warnings