diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6f4c664e8a30419236d6f578adf482154206f679..f33d9f09aee18421c406fa94a17b1cc02a2f6ef3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,8 +41,7 @@ build.live:
 test:
   stage: test_stage
   script:
-    - singularity run 'docker://18fgsa/html-proofer:gitlab-ci' htmlproofer ./public --empty_alt_ignore
-  
+    - singularity run 'docker://18fgsa/html-proofer:gitlab-ci' htmlproofer ./public --empty_alt_ignore --url-ignore "https://twitter.com"  
 
 deploy.dev:
   stage: deploy_stage