From 6c068da2a41ede9a3ae706c9d022069b8b913142 Mon Sep 17 00:00:00 2001 From: ddorgan Date: Fri, 7 Sep 2018 13:26:49 +0200 Subject: [PATCH] Switch to using parity/rust:substrate which has rust nightly-2018-08-31 (#686) --- .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"