Skip to content
Snippets Groups Projects
Commit e9645fb5 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

correct stages

parent 5c0427ce
No related branches found
No related tags found
2 merge requests!54Resolve "Restructure Project Directory Structure",!52Mdbook
Pipeline #52663 failed
......@@ -48,7 +48,7 @@ documentation:pdf:
name: pandoc/latex
entrypoint:
- ''
stage: build
stage: documentation
rules:
- changes:
- documentation/design/*.md
......@@ -65,7 +65,7 @@ documentation:static:
- cargo install mdbook
image:
name: rust/latest
stage: doc
stage: documentation
rules:
- if: $CI_DEFAULT_BRANCH
script:
......@@ -80,7 +80,7 @@ documentation:test:
- cargo install mdbook
image:
name: rust/latest
stage: doc
stage: documentation
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment