Commit 42fe3f6a authored by Noel's avatar Noel
Browse files

Update .gitlab-ci.yml

parent d3f0a6c5
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -7,14 +7,7 @@ variables:
cache:
  paths:
    - .m2/repository/
    - target/

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

deploy:
  stage: deploy
  script:
    - mvn $MAVEN_CLI_OPTS deploy
 No newline at end of file