diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b5f527b468ee4bebf5b1ab7da7994c1dfe6b15f4..6c980e34d8cbd48d68f60b760aa6321baffc8ed0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,7 +72,8 @@ build-coq.8.12.2:
 build-stdpp.dev-coq.8.13.1:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.13.1   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
+    STDPP_REPO: "iris/stdpp"
+    OPAM_PINS: "coq version 8.13.1   git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV"
   except:
   only:
   - triggers
@@ -83,7 +84,8 @@ build-stdpp.dev-coq.8.13.1:
 build-stdpp.dev-coq.8.13.dev:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.13.dev   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
+    STDPP_REPO: "iris/stdpp"
+    OPAM_PINS: "coq version 8.13.dev   git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV"
     CI_COQCHK: "1"
   except:
   only: