GitLab 15.1.1 artifact policy not back-compatible (absolute paths not accepted)
Dear GitLab support,
we noticed that with the latest GitLab runner 15.1.1, our pipeline jobs weren't able any more to upload the artifacts.
```
Uploading artifacts...
Runtime platform arch=amd64 os=linux pid=21404 revision=2a70a833 version=15.1.1
WARNING: $CI_PROJECT_DIR/bin: no matching files. Ensure that the artifact path is relative to the working directory
```
I believe because absolute paths are not allowed any more (Why?). Until version 15.0.0, the behaviour was as expected and we were able to upload correctly the artifacts also specifying the absoulte path.
```
Uploading artifacts...
Runtime platform arch=amd64 os=linux pid=32748 revision=febb2a09 version=15.0.0
/home/gitlab-runner/builds/i-qQSxUe/0/hog/test/TestFirmware/bin: found 9 matching files and directories
Uploading artifacts as "archive" to coordinator... 201 Created id=22549705 responseStatus=201 Created token=Eryz2cEu
```
Is it possible to restore this functionality? We are providing a template to run the CI to several project, and this will force them to update the tool, since without this change, their CI will basically stop working...
Thanks a lot
issue