Skip to content
Snippets Groups Projects
Commit a0edecc1 authored by Will Morris's avatar Will Morris
Browse files

Removed gitlab tags on runners

parent 03a2da89
No related branches found
No related tags found
No related merge requests found
Pipeline #5669 canceled
......@@ -15,6 +15,9 @@ compile-mandelbrot:
paths:
- a.out
# Tag - an identifier to match a job with a specified machine. Useful for different provisions required by a machine.
tags:
- cool-runnings
submit-mandelbrot:
stage: submit
dependencies:
......@@ -24,3 +27,5 @@ submit-mandelbrot:
artifacts:
paths:
- new1.ppm
tags:
- cool-runnings
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