From 5f46c84d2289f92fc3c24c60e88e084be7318a69 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Fri, 7 Oct 2016 11:05:07 +0200 Subject: Fix duplicate image and bundle install --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5a0751d8ed..766b30e1a3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -296,15 +296,13 @@ lint-doc: - scripts/lint-doc.sh html-proof-docs: - image: "phusion/passenger-ruby23" stage: test - image: registry.gitlab.com/gitlab-org/gitlab-build-images:doc-gitlab-com + image: "registry.gitlab.com/gitlab-org/gitlab-build-images:doc-gitlab-com" variables: PROGRESS: "1" SITE_PATH: "/tmp/docs/" before_script: - - apt-get update - - apt-get install -y pandoc + - bundle install --without postgres mysql production --jobs $(nproc) "${FLAGS[@]}" --retry=3 - scripts/generate-docs.rb script: - bundle exec htmlproofer ${SITE_PATH} --only-4xx -- cgit v1.2.1