diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61f10dd..bc7a59d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,7 @@ 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 - - Import-Module Pester + - Import-Module PSScriptAnalyzer -Scope CurrentUser stages: - test