From 6f8b34f9f21fcd6354f871f04fdfa5f7a9705c10 Mon Sep 17 00:00:00 2001 From: Eino Tuominen <eino@utu.fi> Date: Thu, 15 Dec 2016 20:21:50 +0200 Subject: [PATCH] added CI tests --- .travis.yml => .gitlab-ci.yml | 0 tests/inventory | 1 + tests/test.yml | 5 +++++ 3 files changed, 6 insertions(+) rename .travis.yml => .gitlab-ci.yml (100%) create mode 100644 tests/inventory create mode 100644 tests/test.yml diff --git a/.travis.yml b/.gitlab-ci.yml similarity index 100% rename from .travis.yml rename to .gitlab-ci.yml diff --git a/tests/inventory b/tests/inventory new file mode 100644 index 0000000..d18580b --- /dev/null +++ b/tests/inventory @@ -0,0 +1 @@ +localhost \ No newline at end of file diff --git a/tests/test.yml b/tests/test.yml new file mode 100644 index 0000000..e99fa9e --- /dev/null +++ b/tests/test.yml @@ -0,0 +1,5 @@ +--- +- hosts: localhost + remote_user: root + roles: + - nginx-server -- GitLab