Skip to content

Change output path to be picked up by artifact upload

Because Gitlab CI can't upload artifacts from outside the build dir, and Go by default builds outside of that, we need to output to the build dir for artifact upload.

Merge request reports