Skip to content
Snippets Groups Projects
Commit 47a46f91 authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

Override artifact paths

parent b326ec22
No related branches found
No related tags found
No related merge requests found
include: include:
- local: "{{cookiecutter.project_slug}}/.gitlab-ci.yml" - local: "{{cookiecutter.project_slug}}/.gitlab-ci.yml"
# Bootstrap Cookiecutter template to test provided ci pipeline template
default: default:
before_script: before_script:
- python --version # For debugging - python --version # For debugging
...@@ -9,3 +10,13 @@ default: ...@@ -9,3 +10,13 @@ default:
- cookiecutter --no-input --overwrite-if-exists --output-dir . . - cookiecutter --no-input --overwrite-if-exists --output-dir . .
- cd my_awesome_app - cd my_awesome_app
- git init - git init
# Override artifact directories
run_unit_tests_coverage:
artifacts:
reports:
coverage_report:
coverage_format: cobertura
path: my_awesome_app/coverage.xml
paths:
- my_awesome_app/htmlcov/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment