Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
78fbcce3
Commit
78fbcce3
authored
3 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[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
Stage: trigger
Stage: downstream modules
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci/default.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci/default.yml
with
4 additions
and
4 deletions
.gitlab-ci/default.yml
+
4
−
4
View file @
78fbcce3
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment