From 018f5943ae5a462b2a1d6eec6f36f394bebb09a4 Mon Sep 17 00:00:00 2001 From: Stephen Maunder Date: Sun, 31 Dec 2017 19:22:39 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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