Updated .gitlab-ci.yml

This commit is contained in:
Stephen Seo 2016-03-19 00:27:21 +09:00
parent 7a3e1cce2f
commit b9535fdc79

View file

@ -6,6 +6,8 @@ stages:
buildJob:
stage: build
tags:
- docker
script:
- mkdir buildDebug
- cd buildDebug
@ -14,6 +16,8 @@ buildJob:
testJob:
stage: test
tags:
- docker
script:
- cd buildDebug
- ./UnitTests