ci: change rust container tag from substrate to nightly (#1015)

This commit is contained in:
gabriel klawitter
2018-10-26 12:03:56 +02:00
committed by Bastian Köcher
parent b1976c9014
commit f0eb519318
+1 -1
View File
@@ -2,7 +2,7 @@ stages:
- test
- build
image: parity/rust:substrate
image: parity/rust:nightly
variables:
CI_SERVER_NAME: "GitLab CI"