Skip to content
Snippets Groups Projects
Commit 956ec804 authored by Gustav Kindgren's avatar Gustav Kindgren
Browse files

Update .gitlab-ci.yml file

parent 99284ceb
No related branches found
No related tags found
No related merge requests found
Pipeline #77179 failed
......@@ -17,13 +17,15 @@ test:
stage: test
script:
- ant -lib test/lib/junit.jar -Dtest=AllTests testall
artifacts:
- ./build/report/
pages:
stage: deploy
dependencies:
- build
- test
script:
- mv ./build/report public
- mv ./build/report/ public
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment