diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ca7bc50f5bdd9a45c20e2e6a2f809aa919aeec01..7f278c25fc901184fa6f925173726fc3165eca10 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,11 +27,11 @@ variables:
 
 ## Build jobs
 
-build-coq.dev:
+build-coq.8.11.dev:
   <<: *template
   variables:
-    OPAM_PINS: "coq version dev"
-#    CI_COQCHK: "1"
+    OPAM_PINS: "coq version 8.11.dev"
+    CI_COQCHK: "1"
 
 build-coq.8.11.0:
   <<: *template
@@ -57,3 +57,13 @@ build-coq.8.8.2:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.8.2"
+
+build-stdpp.dev:
+  <<: *template
+  variables:
+    OPAM_PINS: "coq version dev   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
+  except:
+  only:
+  - triggers
+  - schedules
+  - api