From f2a680c2dd36eacbea189def901719075cd47c82 Mon Sep 17 00:00:00 2001 From: Will Morris <williamdunstanmorris@gmail.com> Date: Mon, 3 Dec 2018 10:00:21 +0000 Subject: [PATCH] Added artifact for a.out for first job --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ec6ba4..44ec701 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,9 @@ compile-mandelbrot: stage: compile script: - gcc mandelbrot.c + artifacts: + paths: + - a.out tags: - steve-jobs -- GitLab