From 821e34322a89751064ee4c6d2bbe6749eae0e560 Mon Sep 17 00:00:00 2001 From: Martin Lange <martin.lange@ufz.de> Date: Mon, 24 Oct 2022 19:03:46 +0200 Subject: [PATCH] move doctests into CI test phase --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d26993f2..9e0163fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,6 @@ image: python stages: - test - - doctest - build - deploy @@ -31,7 +30,7 @@ test: - cov doctest: - stage: doctest + stage: test script: - pip3 install --editable .[doc] - sphinx-build -b doctest docs/source docs/build -- GitLab