GitLab CLI available in all CI runners
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=404475) </details> <!--IssueSummary end--> ## Problem to Solve Currently to use the GitLab CLI in a CI Job, users need to find the appropriate package for the image they're using, install the CLI, and then configure it before they're able to interact or perform any commands. Because of this we see: 1. Longer job run times because we need to spend time setting things up, just to do what we want 2. Challenges in configuring and setting up the GitLab CLI for these non-interactive use cases (https://gitlab.com/gitlab-org/cli/-/issues/1236) ## Proposal We should make the GitLab CLI available to all executors/runners by default. Users should be able to run any commands in the CLI as long as they've configured the appropriate (yet to exist) variable for authentication
issue