From aa1c2acc4e446aa86e397593263c7caade15c305 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Sun, 17 Dec 2017 16:14:30 +0100
Subject: [PATCH] also build against Coq 8.7.1

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1e2c8018..1e31f3ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,8 +48,16 @@ build-coq.8.7.dev:
   except:
   - triggers
 
+build-coq.8.7.1:
+  <<: *template
+  variables:
+    OPAM_PINS: "coq version 8.7.0"
+  except:
+  - triggers
+
 build-coq.8.7.0:
   <<: *template
+  stage: build_more
   variables:
     OPAM_PINS: "coq version 8.7.0"
   except:
-- 
GitLab