From 68253e1c28642d59a536fda63f7022cdab553373 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 25 Jan 2021 15:12:36 +0100 Subject: [PATCH] ci: run 'pages' job with nightly image We need nightly to generate the doc. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47d123cec..67be4597e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -443,7 +443,7 @@ coverage: cobertura: coverage.xml pages: - extends: .img-stable + extends: .img-nightly stage: 'deploy' script: - |