diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38b763acea6747772862f1ab42b355fbf091854d..7bc06e09c1012c8391f0917ea28f3585bddaa6b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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