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

edited .gitlab-ci.yml

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