From: Stephen Seo Date: Fri, 18 Mar 2016 15:38:32 +0000 (+0900) Subject: Updated .gitlab-ci.yml X-Git-Tag: 1.0~95 X-Git-Url: https://git.seodisparate.com/gitweb?a=commitdiff_plain;h=90eb10af12efc04dcbb02199fec9055fc69fc6a3;p=EntityComponentMetaSystem Updated .gitlab-ci.yml --- 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: