Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-plasticity
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
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
Sander, Oliver
dune-plasticity
Merge requests
!43
Modernize the CI setup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Modernize the CI setup
update-the-ci-setup
into
master
Overview
0
Commits
1
Pipelines
4
Changes
1
Merged
Sander, Oliver
requested to merge
update-the-ci-setup
into
master
1 year ago
Overview
0
Commits
1
Pipelines
4
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 2
1b047a6e
1 year ago
version 1
56b7248d
1 year ago
master (base)
and
version 1
latest version
347428e3
1 commit,
1 year ago
version 2
1b047a6e
1 commit,
1 year ago
version 1
56b7248d
1 commit,
1 year ago
1 file
+
9
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
9
−
0
Options
---
# Standard test scenarios
include
:
-
project
:
'
core/ci-config'
ref
:
master
file
:
'
config/common/master.yml'
-
project
:
'
core/ci-config'
ref
:
master
file
:
'
jobs/common/master.yml'
# Install external dependencies
before_script
:
-
duneci-install-module https://gitlab.dune-project.org/fufem/dune-matrix-vector.git
Loading