Skip to content
Snippets Groups Projects
Commit b00bbc56 authored by Jonatan Johansson's avatar Jonatan Johansson
Browse files

Update .gitlab-ci.yml

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