aboutsummaryrefslogtreecommitdiffstats
path: root/run-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'run-ci.yml')
-rw-r--r--run-ci.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/run-ci.yml b/run-ci.yml
new file mode 100644
index 0000000..10e77a1
--- /dev/null
+++ b/run-ci.yml
@@ -0,0 +1,10 @@
+---
+- hosts: all
+ connection: local
+ any_errors_fatal: true
+ vars_files:
+ - .gitlab-ci.yml
+ roles:
+ - role: prepare
+ - role: get_artifacts
+ - role: run-ci