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

correct docker image

parent 54a407be
Branches
Tags
2 merge requests!54Resolve "Restructure Project Directory Structure",!52Mdbook
Pipeline #52670 failed
......@@ -69,8 +69,6 @@ documentation:static:
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
script:
- ls
- ls documentation
- mdbook build documentation --dest-dir public
artifacts:
paths:
......@@ -86,6 +84,8 @@ documentation:test:
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
script:
- ls
- ls documentation
- mdbook build documentation --dest-dir public
sast:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment