From 9464db3963ac0d909906471dcd2c105247c5a278 Mon Sep 17 00:00:00 2001 From: Stephen Maunder Date: Thu, 16 Nov 2017 12:19:25 +0000 Subject: [PATCH] CI fix --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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