From c0743274c3bad710d6adcfd317554afa9f8989f9 Mon Sep 17 00:00:00 2001
From: Your Name <stephan.seitz@fau.de>
Date: Tue, 3 Sep 2019 10:44:43 +0200
Subject: [PATCH] Gitlab CI: Add doctest/remove full

---
 .gitlab-ci.yml | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b284c3a..8e41b11 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,7 @@ ubuntu:
   script:
     - python3 -m pip install -e .
     - python3 setup.py test
+    - python3 setup.py doctest
   tags:
     - docker
     - cuda
@@ -51,24 +52,6 @@ conda:
     paths:
       - test-report
       - htmlcov
-
-full:
-  stage: test
-  except:
-    variables:
-      - $ENABLE_NIGHTLY_BUILDS
-  image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda
-  script:
-    - conda install pip
-    - pip install -e .
-    - python setup.py test
-  tags:
-    - docker
-  artifacts:
-    paths:
-      - test-report
-      - htmlcov
-
 # -------------------- Linter & Documentation --------------------------------------------------------------------------
 
 
-- 
GitLab