From 5768a7d297a85c0a9b14fb02043bfca4de0a41ed Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 3 Sep 2020 10:16:17 +0200
Subject: [PATCH] deny warnings

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8e9cb4d6..16a68d77 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,6 +38,7 @@ build-coq.8.12.0:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.12.0"
+    DENY_WARNINGS: "1"
 
 build-coq.8.11.2:
   <<: *template
-- 
GitLab