Skip to content
Snippets Groups Projects
Commit 93ae09ab authored by Andreas's avatar Andreas
Browse files

bug/Fixed pipeline failing

parent fed89e5a
No related branches found
No related tags found
No related merge requests found
Pipeline #283409 failed
......@@ -19,9 +19,7 @@ stages:
- install
- build
- test
- generate_site_reports
- modify_generated_site_reports
- publish_pages
- pages
install_dependencies:
stage: install
......@@ -65,7 +63,7 @@ test_project:
# We move the code coverage reports generated by jacoco to be served by Gitlab Pages (Settings -> Pages)
pages:
image: alpine:latest
stage: publish_pages
stage: pages
dependencies:
- modify_generated_site_reports
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment