Skip to content
Snippets Groups Projects
Commit f2f785f7 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Add job tags to pick up runner

parent 726bb344
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ stages: ...@@ -24,6 +24,7 @@ stages:
building_stage: building_stage:
stage: build stage: build
tags: ["np-tmcode"]
allow_failure: false allow_failure: false
artifacts: artifacts:
paths: paths:
...@@ -48,6 +49,7 @@ building_stage: ...@@ -48,6 +49,7 @@ building_stage:
running_stage: running_stage:
stage: run stage: run
tags: ["np-tmcode"]
allow_failure: false allow_failure: false
needs: needs:
- job: building_stage - job: building_stage
...@@ -79,6 +81,7 @@ running_stage: ...@@ -79,6 +81,7 @@ running_stage:
testing_stage: testing_stage:
stage: test stage: test
tags: ["np-tmcode"]
allow_failure: true allow_failure: true
needs: needs:
- job: building_stage - job: building_stage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment