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 ???