diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4ba8c9dc6afdc9be6f2ac156ec18be6b7840844b..388093b4341ecfc5cf09411bd62f31a9b80c7418 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -125,7 +125,7 @@ clair:
 # Run docker-bench-security and upload the results
 docker-bench-security:
   stage: security-tests
-  tags: [build]
+  <<: *pull-modified-image
   script:
     # Change the Docker Compose to use the "testing" image, not yet pushed on production registry
     - sed -i -e "s|$MODIFIED_IMAGE_FULL|$MODIFIED_IMAGE_FULL_TEST|g" $MODIFIED_IMAGE/docker-compose.yml