From ce6cefdb1ec7d5daf948d218c9c6f47bfe3b6b89 Mon Sep 17 00:00:00 2001 From: David Dorgan Date: Fri, 7 Sep 2018 12:38:38 +0200 Subject: [PATCH] Switch to using parity/rust:substrate which has rust nightly-2018-08-31 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7feabd392eb54..80dcd00600743 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - test - build -image: parity/rust:gitlab-ci +image: parity/rust:substrate variables: CI_SERVER_NAME: "GitLab CI"