直接放出gitlab.yml脚本内容

pages:
 stage: deploy
 tags:
 — test-tag
 script:
 # run PowerShell Command
 — powershell -Command "Get-Date"
 # run PowerShell script
 — powershell -File copyFiles.ps1