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

correct docker image

parent e9645fb5
No related branches found
No related tags found
2 merge requests!54Resolve "Restructure Project Directory Structure",!52Mdbook
......@@ -64,7 +64,7 @@ documentation:static:
before_script:
- cargo install mdbook
image:
name: rust/latest
name: rust
stage: documentation
rules:
- if: $CI_DEFAULT_BRANCH
......@@ -79,7 +79,7 @@ documentation:test:
before_script:
- cargo install mdbook
image:
name: rust/latest
name: rust
stage: documentation
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment