From 47372aafa1f48501b57a5d72290b51ac994d0e84 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Tue, 11 Feb 2020 12:00:42 +0100
Subject: [PATCH] time on Coq 8.11

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 936678be2..2b3e5cd94 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,19 +37,17 @@ build-coq.8.11.0:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.11.0"
-    CI_COQCHK: "1"
-
-build-coq.8.10.2:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.10.2"
     OPAM_PKG: "coq-iris"
 #    DOC_DIR: "coqdoc@center.mpi-sws.org:iris"
 #    DOC_OPTS: "--external https://plv.mpi-sws.org/coqdoc/stdpp/ stdpp"
-    TIMING_CONF: "coq-8.10.2"
   tags:
   - fp-timing
 
+build-coq.8.10.2:
+  <<: *template
+  variables:
+    OPAM_PINS: "coq version 8.10.2"
+
 build-coq.8.9.1:
   <<: *template
   variables:
-- 
GitLab