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
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- buildDebug/
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
@ -10,6 +7,9 @@ stages:
|
|||
|
||||
buildJob:
|
||||
stage: build
|
||||
artifacts:
|
||||
paths:
|
||||
- buildDebug/
|
||||
tags:
|
||||
- docker
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue