diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec7ded7..ca6c7be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ variables: before_script: - Get-PackageProvider -Name NuGet -ForceBootstrap | Out-Null - - Install-Module InvokeBuild, BuildHelpers, PSScriptAnalyzer -force -Scope CurrentUser - - Install-Module Pester -Force -SkipPublisherCheck -Scope CurrentUser - - Import-Module PSScriptAnalyzer -Scope CurrentUser + - Install-Module InvokeBuild, BuildHelpers, PSScriptAnalyzer -force + - Install-Module Pester -Force -SkipPublisherCheck + - Import-Module PSScriptAnalyzer stages: - test