From 463c3908d46bf277451bc276b47a9c6eae6725d4 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 16 May 2018 21:00:35 +0300 Subject: [PATCH] Revert "gitlabci: switch to test rust-nightly till the stable image is update." This reverts commit 2711ebca688ced93ccd8d8e997bf7f4e457df648. Rust stable image is updated again. --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90453f6..ffa6c14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ variables: - cargo test -- --test-threads=1 --ignored <<: *cargo_cache -.rust:stable: +rust:stable: # https://hub.docker.com/_/rust/ image: "rust" <<: *cargo_test @@ -50,9 +50,9 @@ rust:nightly: # https://hub.docker.com/r/rustlang/rust/ image: "rustlang/rust:nightly" <<: *cargo_test - # only: - # - schedule - # - web + only: + - schedule + - web flatpak: image: registry.gitlab.com/alatiera/gnome-nightly-oci/rust-bundle:latest