From a7de5f7b164ba337509e32a39c4f4e0a560d49f4 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Sat, 7 Jul 2018 14:29:39 +0200
Subject: [PATCH] Coq master is fixed

---
 .gitlab-ci.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f3a0aae6f..2cc2051fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,11 +26,11 @@ variables:
 
 ## Build jobs
 
-#build-coq.dev:
-#  <<: *template
-#  variables:
-#    OPAM_PINS: "coq version dev"
-#    VALIDATE: "1"
+build-coq.dev:
+  <<: *template
+  variables:
+    OPAM_PINS: "coq version dev"
+    VALIDATE: "1"
 
 build-coq.8.8.dev:
   <<: *template
-- 
GitLab