diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 936678be27da2a16e550d523eda202ae921d954a..2b3e5cd94c7de17e2c010192497d2ebf74f9ee9c 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: