phpldapadmin/.gitlab-ci.yml

17 lines
270 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:
- public/*/vendor/
- node_modules/
- vendor/
include:
- .gitlab-test.yml
- .gitlab-docker-x86_64.yml