gitlabci: switch to test rust-nightly till the stable image is update.

This commit is contained in:
Jordan Petridis 2018-05-11 13:54:25 +03:00
parent 041684b13a
commit 2711ebca68
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -36,7 +36,7 @@ stages:
- target/ - target/
- .cargo_cache/ - .cargo_cache/
rust:stable: .rust:stable:
# https://hub.docker.com/_/rust/ # https://hub.docker.com/_/rust/
image: "rust" image: "rust"
<<: *cargo_test <<: *cargo_test
@ -45,9 +45,9 @@ rust:nightly:
# https://hub.docker.com/r/rustlang/rust/ # https://hub.docker.com/r/rustlang/rust/
image: "rustlang/rust:nightly" image: "rustlang/rust:nightly"
<<: *cargo_test <<: *cargo_test
only: # only:
- schedule # - schedule
- web # - web
flatpak: flatpak:
image: registry.gitlab.com/alatiera/gnome-nightly-oci/rust-bundle:latest image: registry.gitlab.com/alatiera/gnome-nightly-oci/rust-bundle:latest