[librsvg] Build the docs pages in the same stage as the tests



commit 2cdaac70226a045f79121a5217d61a6633bffc77
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Oct 29 21:02:17 2019 -0600

    Build the docs pages in the same stage as the tests

 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 45ca6e55..0da74cb7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,6 @@ stages:
   - distcheck
   - rustc
   - cross_distro
-  - docs
 
 .test_template: &test
   script:
@@ -239,7 +238,7 @@ debian:testing_release_i386:
 
 pages:
   image: $AMD64_OPENSUSE_TUMBLEWEED
-  stage: docs
+  stage: test
   script:
     - mkdir -p public/doc
     - cargo doc --document-private-items --no-deps


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]