aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 05f1e4416bdf2a5f0065b72b93b7452635405e9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
variables:
  RUNNER_TAG: <SET ME>

.syntax_checking_tags:
  tags:
    # - shared
    # - docker
    # - innovation
    - $RUNNER_TAG

.ansible_run_tags:
  tags:
    # - docker
    # - sina
    - $RUNNER_TAG

include:
  - local: "gitlab-ci/base.yml"