From 333e65361902fe6bebe6c8a64186988944c2f700 Mon Sep 17 00:00:00 2001 From: Stephen Maunder Date: Sun, 31 Dec 2017 19:25:46 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca6c7be..52b73cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ variables: before_script: - Get-PackageProvider -Name NuGet -ForceBootstrap | Out-Null - - Install-Module InvokeBuild, BuildHelpers, PSScriptAnalyzer -force + - Install-Module InvokeBuild, BuildHelpers, PSScriptAnalyzer -force -AllowClobber - Install-Module Pester -Force -SkipPublisherCheck - Import-Module PSScriptAnalyzer