Updated .gitlab-ci.yml

This commit is contained in:
Stephen Seo 2016-03-19 00:38:32 +09:00
parent 7e05b0de7f
commit 90eb10af12

View file

@ -1,8 +1,5 @@
image: seo.disparate/gcc-runner:latest image: seo.disparate/gcc-runner:latest
cache:
paths:
- buildDebug/
stages: stages:
- build - build
@ -10,6 +7,9 @@ stages:
buildJob: buildJob:
stage: build stage: build
artifacts:
paths:
- buildDebug/
tags: tags:
- docker - docker
script: script: