From 26739725eb809e0ceafc726254cd42837b574c01 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 3 Sep 2020 13:21:20 +0200
Subject: [PATCH] make 8.12.0 the timing build

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6b6eabbd1..8fc6ae838 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:
-- 
GitLab