From d1363b24855870a19dd9119f881d0d0bb36814d7 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 21 Feb 2019 09:01:08 +0100
Subject: [PATCH] coq's build system is affected by VALIDATE, let's not use
 that

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 66c80471..2e46bb21 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,6 @@ build-coq.dev:
   variables:
     OCAML: "ocaml-base-compiler.4.07.0"
     OPAM_PINS: "coq version dev"
-    VALIDATE: "1"
 
 build-coq.8.9.0:
   <<: *template
-- 
GitLab