diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 43627c130edac2a7ebcf93e54665863f70f7ae4c..8d59d1e0dfd43befc6beee11efd0122a208ab91f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,25 +47,33 @@ build-coq.dev:
     OPAM_PINS: "coq version dev"
     MANGLE_NAMES: "1"
 
-build-coq.8.14.0:
+build-coq.8.14.1:
   <<: *template
-  <<: *branches_and_mr
   variables:
-    OPAM_PINS: "coq version 8.14.0"
+    OPAM_PINS: "coq version 8.14.1"
+    MANGLE_NAMES: "1"
+    DENY_WARNINGS: "1"
+    OPAM_PKG: "1"
+    DOC_DIR: "coqdoc@center.mpi-sws.org:iris"
+    DOC_OPTS: "--external https://plv.mpi-sws.org/coqdoc/stdpp/ stdpp"
+  tags:
+  - fp-timing
+  interruptible: false
+
+# Separate MR job that does not run on fp-timing.
+build-coq.8.14.1-mr:
+  <<: *template
+  <<: *only_mr
+  variables:
+    OPAM_PINS: "coq version 8.14.1"
     MANGLE_NAMES: "1"
     DENY_WARNINGS: "1"
 
 build-coq.8.13.2:
   <<: *template
-  interruptible: false
   variables:
     OPAM_PINS: "coq version 8.13.2"
     DENY_WARNINGS: "1"
-    OPAM_PKG: "1"
-    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.12.2:
   <<: *template
diff --git a/README.md b/README.md
index 844f6e74a2c8d48fe50d0ed2987734a736f3bbce..38c2ac7bfae5d763e97fbf19f54f0ceb7316d350 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Importing Iris has some side effects as the library sets some global options.
 
 This version is known to compile with:
 
- - Coq 8.12.2 / 8.13.2 / 8.14.0
+ - Coq 8.12.2 / 8.13.2 / 8.14.1
  - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
 
 If you need to work with Coq 8.9 or Coq 8.10, you can use the