From 2711ebca688ced93ccd8d8e997bf7f4e457df648 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Fri, 11 May 2018 13:54:25 +0300 Subject: [PATCH] gitlabci: switch to test rust-nightly till the stable image is update. --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a97fea..8414f46 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,7 @@ stages: - target/ - .cargo_cache/ -rust:stable: +.rust:stable: # https://hub.docker.com/_/rust/ image: "rust" <<: *cargo_test @@ -45,9 +45,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