Skip to content

Commit 9cda586

Browse files
committed
Updated CICD pipeline
1 parent a3e4c3c commit 9cda586

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ build plugin:
1919
unit test:
2020
stage: test
2121
script:
22-
- echo No tests implemented
22+
- py E:\Piperift\GitlabRunner\Lib\test_plugin.py
2323

2424
upload:
2525
stage: deploy
2626
script:
2727
- cmd.exe /c E:\Piperift\GitlabRunner\Lib\CompressPlugin.bat
28-
- cmd.exe /c E:\Piperift\GitlabRunner\Lib\Upload.bat
28+
- py E:\Piperift\GitlabRunner\Lib\upload.py

0 commit comments

Comments
 (0)