From 9756308567bae79287e16e2d139fef6d572e6407 Mon Sep 17 00:00:00 2001 From: Ciaron Linstead <ciaron.linstead@gmail.com> Date: Thu, 15 Sep 2016 15:59:42 +0200 Subject: [PATCH] add runner config --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..e925c50 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,8 @@ +test: + script: + - hostname + tags: + - '64' + except: + - tags + type: build -- GitLab