diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6b6eabbd13d78766a520eba52ad06b2ca2af9b45..8fc6ae8386ea01379f02a56bb06d4438fbbce909 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,17 +37,17 @@ build-coq.8.12.0:
   variables:
     OPAM_PINS: "coq version 8.12.0"
     DENY_WARNINGS: "1"
-
-build-coq.8.11.2:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.11.2"
     OPAM_PKG: "coq-iris"
     DOC_DIR: "coqdoc@center.mpi-sws.org:iris"
     DOC_OPTS: "--external https://plv.mpi-sws.org/coqdoc/stdpp/ stdpp"
   tags:
   - fp-timing
 
+build-coq.8.11.2:
+  <<: *template
+  variables:
+    OPAM_PINS: "coq version 8.11.2"
+
 build-coq.8.10.2:
   <<: *template
   variables: