diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 016a258cd454741c03624be2c76a634b82128ba3..cf5b5c077d6f14d139407b6af8ba92870937b75c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,42 +26,11 @@ variables:
 
 ## Build jobs
 
-build-coq.dev:
+build-iris.dev:
   <<: *template
   variables:
-    OCAML: "ocaml-base-compiler.4.07.0"
-    OPAM_PINS: "coq version dev"
-    CI_COQCHK: "1"
-
-build-coq.8.9.0:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.9.0"
-    OPAM_PKG: "coq-iris"
-    DOC_DIR: "coqdoc@center.mpi-sws.org:iris"
+    OPAM_PINS: "coq version 8.9.0   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#robbert/tc_opaque"
     TIMING_CONF: "coq-8.9.0"
   tags:
   - fp-timing
 
-build-coq.8.8.2:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.8.2"
-
-build-coq.8.8.0:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.8.0"
-    TIMING_CONF: "coq-8.8.0"
-  tags:
-  - fp-timing
-
-build-coq.8.7.2:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.7.2"
-
-build-coq.8.7.1:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.7.1"