From c977db4557f6a76dac6b2138064e82d2a8ca4085 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Thu, 7 Apr 2016 09:49:53 -0400 Subject: [PATCH] try adding more builds --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a36a278..6bfd043 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,12 @@ before_script: - apt-get update -qq && apt-get install -y -qq python - python --version + - pip install -r requirements.txt +types: + - test + +job_test: + type: test + script: + - python test.py