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