Skip to content

Commit 3fe54e9

Browse files
author
sgkens
committed
👷 ci(build): updating gitlab ci/cd
🧰 Build:
1 parent 15142e9 commit 3fe54e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pester_test:
1313
- pwsh
1414
- install-module -name 'pester' -RequiredVersion '5.5.0' -Repository 'psgallery' -confirm:$false
1515
- Import-Module -name pester -RequiredVersion '5.5.0'
16-
- invoke-Pester -Script .\test\Test-Unit-Pester.ps1.ps1
16+
- invoke-Pester -Script .\test\Test-Unit-Pester.ps1
1717

1818
# Pester Test Stage
1919
pester_test_coverage:

0 commit comments

Comments
 (0)