diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2390c0cc..e009b9ff3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,6 +48,11 @@ stages: - cargo build --color=always --all --all-features - G_DEBUG=fatal_warnings cargo test --color=always --all --all-features +test 1.28: + # 1.28 img + # https://hub.docker.com/_/rust/ + image: "rust:1.28-slim" + <<: *cargo_test test stable: # Stable img