diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70a17199e7..ae7d5f48b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -427,7 +427,7 @@ build msys2 : allow_failure: true when: 'manual' script: - # Make sure powershell exists on errors + # Make sure powershell exits on errors # https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-6 - $ErrorActionPreference = "Stop"