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

CI: use correct images

parent faec59da
No related branches found
No related tags found
No related merge requests found
Pipeline #17727 failed
...@@ -25,7 +25,7 @@ ubuntu: ...@@ -25,7 +25,7 @@ ubuntu:
except: except:
variables: variables:
- $ENABLE_NIGHTLY_BUILDS - $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_ubuntu
script: script:
- python3 -m pip install -e . - python3 -m pip install -e .
- python3 setup.py test - python3 setup.py test
...@@ -61,7 +61,7 @@ full: ...@@ -61,7 +61,7 @@ full:
except: except:
variables: variables:
- $ENABLE_NIGHTLY_BUILDS - $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
script: script:
- python -m pip install -e . - python -m pip install -e .
- python setup.py test - python setup.py test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment