From 90eb10af12efc04dcbb02199fec9055fc69fc6a3 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sat, 19 Mar 2016 00:38:32 +0900 Subject: [PATCH] Updated .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58859c7..a9bcf5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,5 @@ image: seo.disparate/gcc-runner:latest -cache: - paths: - - buildDebug/ stages: - build @@ -10,6 +7,9 @@ stages: buildJob: stage: build + artifacts: + paths: + - buildDebug/ tags: - docker script: