diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 90684582b6cd80e70122727683a48be50a59aa83..e61f34d466df215400da9f938fba111f41303ceb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,14 +36,14 @@ import-convert-assets:
     - curl "https://forge.grandlyon.com/api/v4/projects/409/repository/archive?path=src/assets/icons/email&sha=$ECOLYO_ASSETS_BRANCH" --output email.tar.gz
     - tar -xf email.tar.gz
     - cd *-email/src/assets/icons/email
-    - for file in *.svg; do inkscape --export-type="png" $file; done
+    - for file in *.svg; do inkscape -h 200 --export-type="png" $file; done
     - rm *.svg
     - cd ~
     # Fetch and convert ecogesture assets
     - curl "https://forge.grandlyon.com/api/v4/projects/409/repository/archive?path=src/assets/icons/visu/ecogesture&sha=$ECOLYO_ASSETS_BRANCH" --output ecogesture.tar.gz
     - tar -xf ecogesture.tar.gz
     - cd *-ecogesture/src/assets/icons/visu/ecogesture
-    - for file in *.svg; do inkscape --export-type="png" $file; done 
+    - for file in *.svg; do inkscape -h 200 --export-type="png" $file; done 
     - rm *.svg
     # Cleanup
     - cd ~