Skip to content
Snippets Groups Projects
Commit fdec1dfb authored by Patrik Meyer's avatar Patrik Meyer
Browse files

Update .gitlab-ci.yml file

parent a1df9888
Branches
Tags
No related merge requests found
Pipeline #142468 failed
image: alash325/javaant:latest
stages:
- build
- test
- deploy
build:
stage: build
script:
- ant build
test:
stage: test
script:
- ant -lib test/lib/junir.jar -Dtest=AllTest testall
artifacts:
paths:
- build/report
pages:
stage: deploy
script:
- mkdir public
- cp -r build/report/* public
artifacts:
paths:
- public
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment