gitlab-ci take 3. Action.

This commit is contained in:
Jordan Petridis 2017-10-01 11:07:26 +03:00
parent 4402c6906c
commit a488dc6999
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -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.