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:
building_stage:
stage: build
tags: ["np-tmcode"]
allow_failure: false
artifacts:
paths:
......@@ -48,6 +49,7 @@ building_stage:
running_stage:
stage: run
tags: ["np-tmcode"]
allow_failure: false
needs:
- job: building_stage
......@@ -79,6 +81,7 @@ running_stage:
testing_stage:
stage: test
tags: ["np-tmcode"]
allow_failure: true
needs:
- 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