Backport v2023 <- v2024dev3: Specify job dependency to avoid unneeded artifacts
Backport !32 (merged)
By default Gitlab will use the artifacts of all the previous stages, causing the archive created at the pack stage to include unneeded files. This creates confusion and increases the size of the tarball.
To overcome this issue, specify which are the artifacts we are interested.
Signed-off-by: Walter Lozano walter.lozano@collabora.com
Edited by Walter Lozano