From 41e5a2169903048f72f6f69b72781344fa57c793 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 13 Feb 2021 17:22:18 -0800 Subject: [PATCH] amending the incorrect docker image issu --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c9d80a..7795693 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,6 +53,8 @@ test-json-api: build-wiki: + image: registry.gitlab.com/pages/hugo:latest + only: [ "wiki" ] stage: docs