diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e1b7fa1d9cd48c4757c4084700622a7fdad32fd..48570916bd5a386db8738e7064bf1f27bad796e1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,3 +62,12 @@ build-coq.8.6.1:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.6.1   coq-mathcomp-ssreflect version 1.6.4"
+
+build-stdpp.dev:
+  <<: *template
+  variables:
+    OPAM_PINS: "coq version 8.7.1   coq-mathcomp-ssreflect version 1.6.4   coq-stdpp.dev git https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/#$STDPP_REV"
+  except:
+  only:
+  - triggers
+  - schedules