Skip to content
Snippets Groups Projects
Commit 06776dcb authored by Styrbjörn Swensson's avatar Styrbjörn Swensson
Browse files

fixed syntax error in pages stage

parent 69fdf20f
Branches Fix_tests
No related tags found
No related merge requests found
Pipeline #4682 passed
...@@ -18,7 +18,7 @@ pages: ...@@ -18,7 +18,7 @@ pages:
stage: pages stage: pages
script: script:
- mkdir .public - mkdir .public
- cp -r .build/report/* .public - cp -r ./build/report/* .public
- mv .public public - mv .public public
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment