Commit 87a95dbe authored by Philip Makedonski's avatar Philip Makedonski
Browse files

Update .gitlab-ci.yml file

parent 07428c60
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ cache:
.verify:
  stage: test
  script:
    - cd org.etsi.mts.tld.parent
    - 'mvn $MAVEN_CLI_OPTS verify'
  except:
    variables:
@@ -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.