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

edit .gitlab-ci.yml

parent 7af950f7
No related branches found
No related tags found
1 merge request!1Tests/openapi generator
Pipeline #13005 failed
...@@ -10,8 +10,8 @@ stages: ...@@ -10,8 +10,8 @@ stages:
build: build:
image: openjdk:11 image: openjdk:11
stage: build stage: build
before_script: needs:
- apt-get update && apt-get -y install graphviz - "./gradlew relast"
script: script:
- "./gradlew assemble" - "./gradlew assemble"
artifacts: artifacts:
...@@ -24,10 +24,8 @@ test: ...@@ -24,10 +24,8 @@ test:
stage: test stage: test
needs: needs:
- build - build
before_script:
- apt-get update && apt-get -y install graphviz
script: script:
- "./gradlew test generateGrammarDiagrams" - "./gradlew test"
artifacts: artifacts:
reports: reports:
junit: "*/build/test-results/test/TEST-*.xml" junit: "*/build/test-results/test/TEST-*.xml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment