PowerShell/Pester CI JUnit Artifact

I am working on creating a CI for our PowerShell scripts and code and I am interested in JUnit Test reports. I am using the Pester testing framework, which allows for export of the Junit XML file. I am looking through the How to Set it Up section of the docs and see a variety of examples. I am going to start with simply:

  artifacts:
      reports:
          junit: output.xml

Has anyone used Pester successfully with Gitlab CI and have any advice on implementing this? Am I off base?