From fd2ffee2e26d8083cbfe6d1749531a1d996ada58 Mon Sep 17 00:00:00 2001 From: Denis P Date: Thu, 28 Mar 2019 15:10:43 +0100 Subject: [PATCH] separate docker image to build docs --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33d65879428..775d1ecee1c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -249,6 +249,7 @@ publish-awss3-release: publish-docs: stage: publish + image: parity/rust-parity-ethereum-docs:xenial only: - tags except: @@ -258,4 +259,3 @@ publish-docs: - scripts/gitlab/publish-docs.sh tags: - linux-docker -