diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32b6c1eb0623049ce0e2e9bfc8859483b4f25127..38b763acea6747772862f1ab42b355fbf091854d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,9 +15,6 @@ 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: - - steve-jobs - submit-mandelbrot: stage: submit dependencies: @@ -27,5 +24,3 @@ submit-mandelbrot: artifacts: paths: - new1.ppm - tags: - - steve-jobs