diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 020857b8b0db7d483f1274845e5b95db902ab23d..a75ff670618e898cd01d24e410b1d9b9ffbe3b7e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,8 +4,11 @@ image:
 before_script:
   - export https_proxy=http://proxy-serveur.univ-nantes.prive:3128
   - export http_proxy=http://proxy-serveur.univ-nantes.prive:3128
+  - npm config set registry http://registry.npmjs.org/
   - npm config set proxy http://proxy-serveur.univ-nantes.prive:3128
   - npm config set https-proxy http://proxy-serveur.univ-nantes.prive:3128
+  - npm config set http-proxy http://proxy-serveur.univ-nantes.prive:3128
+  - npm set strict-ssl false
 
 variables:
   HTTPS_PROXY: "http://proxy-serveur.univ-nantes.prive:3128"