diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 243a25b8d4bc12516c3e2f99dcad556c4b2c3a25..e543dce86348cf7312ae8fe6efe2eeecbaa7c294 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ test-python:
 
 
 test-docker-compose:
-  image: registry-gitlab.pasteur.fr/dsi-tools/docker-images/docker:latest
+  image: docker/compose
   services:
     - registry-gitlab.pasteur.fr/dsi-tools/docker-images/docker:dind
   needs: []