diff options
| author | Evan Read <eread@gitlab.com> | 2018-10-05 11:17:33 +1000 |
|---|---|---|
| committer | Evan Read <eread@gitlab.com> | 2018-10-05 11:17:33 +1000 |
| commit | 29514b4a35c3e1e1fd0d9abb73c06dc108379389 (patch) | |
| tree | 09135d0ef2dd1714850b2ee4acb94359b5d587f9 /.gitlab-ci.yml | |
| parent | Merge branch 'support-json-logging' into 'master' (diff) | |
| download | gitlab-runner-29514b4a35c3e1e1fd0d9abb73c06dc108379389.tar.gz | |
Change image for docs link checking.
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17baeae1..cf45aa3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -213,15 +213,15 @@ unit tests with race 3 5: *unit_tests_with_race unit tests with race 4 5: *unit_tests_with_race docs check links: - image: "registry.gitlab.com/gitlab-org/gitlab-build-images:nanoc-bootstrap-ruby-2.4-alpine" + image: "registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-docs-lint" stage: test cache: {} dependencies: [] before_script: - unset GPG_KEY script: - - mv docs/ /nanoc/content/ - - cd /nanoc + - mv docs/ /tmp/gitlab-docs/content/ + - cd /tmp/gitlab-docs # Build HTML from Markdown - bundle exec nanoc # Check the internal links |
