From f4ff6f18d8eae8247969ddc4c0fc63733c2a8fe3 Mon Sep 17 00:00:00 2001 From: Pablo Carranza Date: Sun, 11 Jun 2017 00:01:57 +0200 Subject: Lets try stages this way --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5f84d6..9750b1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,12 +7,14 @@ before_script: stages: - unittest - - install + - integration unittest: + stage: test script: - python3 -m unittest discover tests install: + stage: integration script: - python3 setup.py install -- cgit v1.2.3