Updated .gitlab-ci.yml
This commit is contained in:
parent
7a3e1cce2f
commit
b9535fdc79
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue