summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index caf112cbd8f..13f6df81e21 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -309,10 +309,12 @@ coverage:
# Trigger docs build
# https://gitlab.com/gitlab-com/doc-gitlab-com/blob/master/README.md#deployment-process
trigger_docs:
+ stage: post-test
+ image: "alpine"
+ before_script:
+ - apk update && apk add curl
variables:
GIT_STRATEGY: none
- stage: post-test
- before_script: []
cache: {}
artifacts: {}
script: