Skip to content
Snippets Groups Projects
Commit 5dcff81d authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

CI: Replace minimal-ubuntu job with ubuntu

parent 678cadb6
Branches
1 merge request!1Update fluctuating LB test
......@@ -66,15 +66,17 @@ minimal-windows:
- python -c "import numpy"
- python setup.py quicktest
minimal-ubuntu:
ubuntu:
stage: test
except:
variables:
- $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_ubuntu
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/ubuntu
script:
- mkdir -p ~/.config/matplotlib
- echo "backend:template" > ~/.config/matplotlib/matplotlibrc
- pip3 install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
- python3 setup.py quicktest
- pytest-3 -v -m "not longrun"
tags:
- docker
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment