From a488dc6999f79a856c41aba8fa33fddccbf317dd Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 1 Oct 2017 11:07:26 +0300 Subject: [PATCH] gitlab-ci take 3. Action. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4160b4..14b60d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ # Nightly # https://hub.docker.com/r/rustlang/rust/ -image: "rustlang/rust" +image: "rustlang/rust:nightly" # Optional: Pick zero or more services to be used on all builds. # Only needed when using a docker container to run your tests in.