From 5dc4837b8e41d0bd5ae6d2b16b9f31f3548dfad7 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 22 Nov 2017 17:44:03 +0100
Subject: [PATCH] build 8.7.dev and 8.6 *after* publishing to opam

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c3048a81..43cfc02d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@ image: ralfjung/opam-ci:latest
 stages:
   - build
   - deploy
+  - build_more
 
 variables:
   CPU_CORES: "9"
@@ -42,6 +43,7 @@ opam:
 
 build-coq.8.7.dev:
   <<: *template
+  stage: build_more
   variables:
     OPAM_PINS: "coq version 8.7.dev"
   except:
@@ -68,6 +70,7 @@ build-coq.8.6.1:
 
 build-coq.8.6:
   <<: *template
+  stage: build_more
   variables:
     OPAM_PINS: "coq version 8.6"
   except:
-- 
GitLab