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
cache:
paths:
- buildDebug/
stages:
- build
@ -10,6 +7,9 @@ stages:
buildJob:
stage: build
artifacts:
paths:
- buildDebug/
tags:
- docker
script: