Hi everyone,
I'm thinking about introducing Dagger for our CICD in the company.
i have a question about gitlab and stages with Dagger.
Is it possible to run Dagger on different runners depending on the stage in gitlab?
Depending on what to build a specific runner has to be used because of access and limitations.
For example: Building an app can be done on a public runner, spinning up a test env with internal connections needs to be done a different runner.
Can this be done with Dagger?