Skip to content
Snippets Groups Projects
Commit c0743274 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Gitlab CI: Add doctest/remove full

parent 70e540bd
No related branches found
No related tags found
No related merge requests found
Pipeline #17725 failed
......@@ -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 --------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment