From 41720e80ba6f3f5389f575acbd0786ef9f7bf4d1 Mon Sep 17 00:00:00 2001 From: Gottfried Gaisbauer <gogo@servus.at> Date: Tue, 20 Mar 2018 16:28:50 +0100 Subject: [PATCH] trying ci --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..832e143 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +image: python:3.6 + +stages: + - build + - test + +install_dependencies: + stage: build + script: + -pip3 install requirements.txt + +test_guru: + stage: test + script: ./guru -h -- GitLab