Loading .gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,7 @@ cache: .verify: stage: test script: - cd org.etsi.mts.tld.parent - 'mvn $MAVEN_CLI_OPTS verify' except: variables: Loading Loading @@ -106,6 +107,10 @@ build-job: # This job runs in the build stage, which runs first. - cd org.etsi.mts.tdl.parent - mvn clean install - echo "Compile complete." artifacts: paths: - updatesite/org.etsi.mts.tdl.updatesite/target/org.etsi.mts.tdl.updatesite-1.0.0-SNAPSHOT.zip - updatesite/org.etsi.mts.tdl.updatesite/target/repository unit-test-job: # This job runs in the test stage. stage: test # It only starts when the job in the build stage completes successfully. Loading Loading
.gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,7 @@ cache: .verify: stage: test script: - cd org.etsi.mts.tld.parent - 'mvn $MAVEN_CLI_OPTS verify' except: variables: Loading Loading @@ -106,6 +107,10 @@ build-job: # This job runs in the build stage, which runs first. - cd org.etsi.mts.tdl.parent - mvn clean install - echo "Compile complete." artifacts: paths: - updatesite/org.etsi.mts.tdl.updatesite/target/org.etsi.mts.tdl.updatesite-1.0.0-SNAPSHOT.zip - updatesite/org.etsi.mts.tdl.updatesite/target/repository unit-test-job: # This job runs in the test stage. stage: test # It only starts when the job in the build stage completes successfully. Loading