Updated .gitlab-ci.yml

This commit is contained in:
Stephen Seo 2016-03-19 00:32:13 +09:00
parent b9535fdc79
commit 7e05b0de7f

View file

@ -1,5 +1,9 @@
image: seo.disparate/gcc-runner:latest
cache:
paths:
- buildDebug/
stages:
- build
- test