From a1e8d569a19ad97f0f8b1ba0a6361279943cb59f Mon Sep 17 00:00:00 2001
From: Gottfried Gaisbauer <gogo@servus.at>
Date: Tue, 20 Mar 2018 17:37:58 +0100
Subject: [PATCH] ci

---
 .gitlab-ci.yml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d357ab6..c90014b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,17 +1,11 @@
 image: python:3.6
 
 stages:
-  - build
   - test
 
 install_dependencies:
-  stage: build
-  script:
-    - pip3 install -r requirements.txt
-    - pip3 list
-
-test_guru:
   stage: test
   script:
+    - pip3 install -r requirements.txt
     - pip3 list
     - python3 guru.py -h
-- 
GitLab