.gitlab-ci.yml 216 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
include:
  - project: communications-backbone-system/backbone-infrastructure-config
    ref: master
    file: gitlab/all.yml

variables:
  CI_SKIP_DOCKER_TAG: 1
  CI_SKIP_BUILD: 1
  CI_SKIP_LINT: 1
James Kirk's avatar
James Kirk committed
10
  CI_SKIP_TESTS: 1