Skip to content
Snippets Groups Projects

Fix gitlab-ci yml file

Merged Timo Koch requested to merge fix/gitlab-yml into master
1 file
+ 6
2
Compare changes
  • Side-by-side
  • Inline
+ 6
2
---
include:
- "https://gitlab.dune-project.org/core/ci-config/raw/master/config/common/master.yml"
- "https://gitlab.dune-project.org/core/ci-config/raw/master/jobs/common/master.yml"
- project: 'core/ci-config'
ref: master
file: 'config/common/master.yml'
- project: 'core/ci-config'
ref: master
file: 'jobs/common/master.yml'
before_script:
- . /duneci/bin/duneci-init-job
Loading