Skip to content
Snippets Groups Projects
Commit 76ea2816 authored by Jueun Park's avatar Jueun Park
Browse files

edited .gitlab-ci.yml

parent bd999b5c
No related branches found
No related tags found
1 merge request!2Resolve "Create maven package"
Pipeline #13168 failed
......@@ -30,10 +30,11 @@ test:
script:
- "./gradlew test"
artifacts:
reports:
junit: "*/build/test-results/test/TEST-*.xml"
paths:
- "src/gen/resources"
- "src/main/resources"
when: always
reports:
junit: build/test-results/test/**/TEST-*.xml
ragdoc_build:
image:
......@@ -90,5 +91,3 @@ publish_package:
script:
- "./gradlew setDevVersionForCI"
- "./gradlew publish"
\ No newline at end of file
only:
- 8-create-maven-package
\ 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