Skip to content
Snippets Groups Projects
Commit 38d0a99a authored by Emma Strömberg's avatar Emma Strömberg
Browse files

Update .gitlab-ci.yml file

parent 8b74e676
No related branches found
No related tags found
No related merge requests found
Pipeline #141998 failed
image: alash325/javaant:latest
stages:
- build
- test
- build
- test
build:
stage: build
stage: build
script:
- ant build
script:
- ant build
test:
stage: test
script:
- ant -lib test/lib/junit.jar -Dtest=AllTests testall
artifacts:
paths:
- build/report/
stage: test
script:
- ant -lib test/lib/junit.jar -Dtest=AllTests testall
artifacts:
paths:
- build/report/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment