aboutsummaryrefslogtreecommitdiffstats
path: root/run-ci.yml
blob: 10e77a19016a84ff002456bd95156115b2dc1657 (plain)
1
2
3
4
5
6
7
8
9
10
---
- hosts: all
  connection: local
  any_errors_fatal: true
  vars_files:
    - .gitlab-ci.yml
  roles:
    - role: prepare
    - role: get_artifacts
    - role: run-ci