From 13253e7c5d17a3673abb92c35c0c4c73abd9468f Mon Sep 17 00:00:00 2001
From: Christian Darsow-Fromm <cdarsowf@physnet.uni-hamburg.de>
Date: Tue, 19 Mar 2019 19:20:35 +0100
Subject: [PATCH] undo

---
 .gitlab-ci.yml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 748a245..cf31ad8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,18 +19,10 @@ package:
   stage: build
   script:
     - make bdist
-  artifacts:
-    paths:
-      - dist
-    expire_in: 1 week
-
-docs:
-  image: lasnq/nqontrol
-  stage: build
-  script:
     - make doc
   artifacts:
     paths:
+      - dist
       - doc/_build/html
     expire_in: 1 week
 
-- 
GitLab