diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c521a080289458ea856b2c4f1412c0b592fe4ce6..49fff358f001f810d984ea6515329edfe5e4e278 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,7 +44,7 @@ Windows-MSYS2-MINGW64:
     zip -r template-windows.zip template/
     '
   - $URL = "${CI_API_V4_URL}/projects/$CI_PROJECT_ID/packages/generic/cutelib-hsrt/$CI_COMMIT_TAG/template-windows.zip"
-  - Invoke-WebRequest -Uri $URL -Method Put -Headers @{ "JOB-TOKEN" = "$CI_JOB_TOKEN" } -InFile "template-windows.zip"
+  - Invoke-WebRequest -Uri $URL -Method Put -Headers @{ "JOB-TOKEN" = "$CI_JOB_TOKEN" } -InFile "template-windows.zip" -UseBasicParsing
 
 Publish:
   stage: release