diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..832e143b1ae8f253f279c8744b7ead3b4af75a77 --- /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