Commit bfcf9e14 authored by Noel's avatar Noel
Browse files

Update .gitlab-ci.yml

parent 85fb5844
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -7,20 +7,7 @@ variables:
cache:
  paths:
    - .m2/repository/
    - target/

build:
  stage: build
  script:
    - mvn $MAVEN_CLI_OPTS compile

test:
  stage: test
  script:
    - mvn $MAVEN_CLI_OPTS test
    - "cat target/site/jacoco/index.html"

deploy:
  stage: deploy
  script:
    - mvn $MAVEN_CLI_OPTS deploy