14 lines
220 B
YAML
14 lines
220 B
YAML
|
stages:
|
||
|
- test
|
||
|
- build
|
||
|
|
||
|
# This folder is cached between builds
|
||
|
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
|
||
|
cache:
|
||
|
key: ${CI_COMMIT_REF_SLUG}
|
||
|
paths:
|
||
|
- vendor/
|
||
|
|
||
|
include:
|
||
|
- .gitlab-docker-x86_64.yml
|