How can I retrieve the previous “Runner” and use it for the following job?
For example, if I run the first job (build_job1), I’d like to use the same runner for the second job (build_job2).
Job: build_job1
Duration: 46 seconds
Finished: 14 minutes ago
Queued: 0 seconds
Timeout: 1h (from project)
Runner: #44 (FxbdSaRNP) hwc-test-runner-1
Tags: docker
build_job1:
stage: build
tags:
– test1
build_job2:
stage: build
tags:
– test2
To use the same runner for retagging the docker because we have two runners running.