diff --git a/ci/deploy.sh b/ci/deploy.sh
index ae99caf663d6349e242e7a7df7228f856515cec5..56df7476df1110b25278afcbf029b1e0b891aae0 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -4,8 +4,5 @@ VERSION=${VERSION:-${CI_COMMIT_TAG}}
 # Remove dev index
 rm dist/index.html dist/index.html.gz
 
-# Remove source maps
-rm dist/*.map dist/*.map.gz
-
 pip install awscli
 aws s3 cp --recursive dist s3://teklia-assets-release/arkindex/$VERSION/