Updated .gitlab-ci.yml
This commit is contained in:
parent
b9535fdc79
commit
7e05b0de7f
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
image: seo.disparate/gcc-runner:latest
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- buildDebug/
|
||||
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
|
|
Loading…
Reference in a new issue