From a0edecc16087c46ad74fcd8480e7a2fa21280274 Mon Sep 17 00:00:00 2001 From: Will Morris <williamdunstanmorris@gmail.com> Date: Sun, 9 Dec 2018 12:17:51 +0000 Subject: [PATCH] Removed gitlab tags on runners --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38b763a..7bc06e0 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 -- GitLab