Skip to content
Snippets Groups Projects
Commit 78fbcce3 authored by Timo Koch's avatar Timo Koch
Browse files

[ci] Improve job names for better overview

parent 4093133d
No related branches found
No related tags found
1 merge request!2788[ci] Improve job names for better overview
Pipeline #7618 waiting for manual action
......@@ -91,7 +91,7 @@ select tests:
artifacts: true
build dumux:
compile cpp:
stage: build
script:
- |
......@@ -115,7 +115,7 @@ build dumux:
artifacts: true
test dumux:
test cpp:
stage: test
variables:
OMPI_ALLOW_RUN_AS_ROOT: 1
......@@ -130,14 +130,14 @@ test dumux:
fi
popd
needs:
- job: build dumux
- job: compile cpp
artifacts: true
artifacts:
reports:
junit: junit/dumux-cmake.xml
test dumux python:
test python:
stage: test
variables:
OMPI_ALLOW_RUN_AS_ROOT: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment