From 77492a80eada0e466584331cc40f10d761fc5732 Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Wed, 24 Apr 2019 09:39:30 -0400 Subject: [PATCH] Added image to clean code Former-commit-id: 4462eb41eec61be775b468617dc91a04b23c0367 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1661fb6ef6..8ac103ed7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,7 @@ before_script: clean-code: stage: pre-build + image: registry.gitlab.com/veloren/veloren-docker-ci script: - rustup component add rustfmt-preview - cargo fmt --all -- --check