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

CI: use full-image

parent 2919ba7b
No related branches found
No related tags found
No related merge requests found
Pipeline #17724 failed
...@@ -23,7 +23,7 @@ ubuntu: ...@@ -23,7 +23,7 @@ ubuntu:
except: except:
variables: variables:
- $ENABLE_NIGHTLY_BUILDS - $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_ubuntu image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
script: script:
- python3 -m pip install -e . - python3 -m pip install -e .
- python3 setup.py test - python3 setup.py test
...@@ -33,6 +33,7 @@ ubuntu: ...@@ -33,6 +33,7 @@ ubuntu:
artifacts: artifacts:
paths: paths:
- test-report - test-report
- htmlcov
conda: conda:
stage: test stage: test
...@@ -49,7 +50,24 @@ conda: ...@@ -49,7 +50,24 @@ conda:
artifacts: artifacts:
paths: paths:
- test-report - 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 -------------------------------------------------------------------------- # -------------------- Linter & Documentation --------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment