Skip to content

ci: Fix artifact recollection at build stage

From https://docs.gitlab.com/ee/ci/yaml/#artifactspaths it doesn't look like gitlab yaml does not expect shell command execution there. CI does indeed complain about this:

WARNING: invalid path "": unexpected command substitution at 1:1

Fix this by using a glob pattern.

Merge request reports