From 3e8d7b55662cc0a132b8ccd4fb1cdc4eb65df018 Mon Sep 17 00:00:00 2001 From: Will Morris <williamdunstanmorris@gmail.com> Date: Sun, 9 Dec 2018 12:18:49 +0000 Subject: [PATCH] Removed gitlab tags on runners --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7bc06e0..7f5cf04 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ compile-mandelbrot: - a.out # Tag - an identifier to match a job with a specified machine. Useful for different provisions required by a machine. tags: - - cool-runnings + - macosx submit-mandelbrot: stage: submit @@ -28,4 +28,4 @@ submit-mandelbrot: paths: - new1.ppm tags: - - cool-runnings + - macosx -- GitLab