I'm using gitlab runner to test my CI locally.
I run it with:
sudo gitlab-runner exec docker godep --docker-privileged
Where godep is the job I need to run
Now, the next step is gobuild, but this step is dependant of the previous step, as it will generate an artifact
Is it possible to run several jobs with gitlab-runner ???
One of the limitations of gitlab-runner exec is that it can only run one job, not full pipelines with all stages.
A full list of limitations can be seen in the docs.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With