diff --git a/.gitlab/ci/jobs/windows-x64.yml b/.gitlab/ci/jobs/windows-x64.yml
index 93f49665f07e30c5d8a1742db2e983275954bcd8..d8824e185f9ec218b9b1a7db4819c80ccbd4738e 100644
--- a/.gitlab/ci/jobs/windows-x64.yml
+++ b/.gitlab/ci/jobs/windows-x64.yml
@@ -35,7 +35,7 @@ Windows x64:
 
   variables:
     PREFIX: x86_64-w64-mingw32
-    VCPKG_DEFAULT_TRIPLET=x64-mingw-static
+    VCPKG_DEFAULT_TRIPLET: x64-mingw-static
 
   script:
     - |
diff --git a/.gitlab/ci/jobs/windows-x86.yml b/.gitlab/ci/jobs/windows-x86.yml
index dcb87b099b1358172ad6e09eb8ec1420d3cde85a..f375042d7a7fa191363e4606be48e8e0ea80a57a 100644
--- a/.gitlab/ci/jobs/windows-x86.yml
+++ b/.gitlab/ci/jobs/windows-x86.yml
@@ -31,7 +31,7 @@ Windows x86:
 
   variables:
     PREFIX: i686-w64-mingw32
-    VCPKG_DEFAULT_TRIPLET=x86-mingw-static
+    VCPKG_DEFAULT_TRIPLET: x86-mingw-static
 
   script:
     - |