summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-04-07 19:05:49 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-04-07 19:05:49 +0200
commit761946e72a193564f2102b3f106762be6fc8600b (patch)
treea0355844e9fc1fb03f35f9377306807468bab080
parent231827a32c2d03658f2977a21a07bb75a29b7a1d (diff)
downloadpygobject-761946e72a193564f2102b3f106762be6fc8600b.tar.gz
gitlab-ci: add a new stage for the pages job
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fa6989a4..584d3082 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,7 @@
stages:
- build_and_test
- coverage
+ - deploy
cache:
paths:
@@ -38,7 +39,7 @@ coverage:
- bash -x ./.gitlab-ci/coverage-docker.sh
pages:
- stage: coverage
+ stage: deploy
image: lazka/pygobject:v3
dependencies:
- coverage