diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 33384e268b04a8522ccbd85c25973287fedea018..370243dc8ad02dc1819e442dc7c2c1e87595b7f8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,6 @@ services:
 stages:
     - metabuild
     - build
-    - dynamic_tests
     - deployment
     
 # build the container that further steps will run in in order to avoid duplicating instructions between steps
@@ -79,7 +78,7 @@ build:
             - dev-ci
 
 # run docker-bench-security and upload the results
-docker-bench-security:
+.docker-bench-security:
     stage: dynamic_tests
     image: $REGISTRY/pica-ci:latest
     before_script:
diff --git a/pica-etherpad/clair-whitelist.yml b/pica-etherpad/clair-whitelist.yml
index 5dbddc2009c856f6b8c914e2e4b960bb39c5de86..30bfc60f45c4b0383eb3dd6841e5edbd04c5f196 100644
--- a/pica-etherpad/clair-whitelist.yml
+++ b/pica-etherpad/clair-whitelist.yml
@@ -8,4 +8,4 @@ generalwhitelist:
     CVE-2019-9169: glibc -> Pas de contre mesure
     CVE-2017-12424: shadow -> Pas de contre mesure
     CVE-2019-11068: libxslt -> dépendance d'autres paquets, pas de correctif disponible -> Pas de contre-mesure
-    CVE-2019-9631: poppler -> à désinstaller 
\ No newline at end of file
+    CVE-2019-9631: poppler -> à désinstaller
\ No newline at end of file