diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d959c7..47596b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,17 +9,14 @@ cache: - target/ - cargo/ -before_script: - - rustup default stable - - cargo --version - - rustc --version - test: + image: rust:latest stage: test script: - cargo test --verbose build_site: + image: rust:latest stage: build_site script: - cargo run