aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: c1e555419701636178e0cb685e667f0020eb7ee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
image: archive.docker-registry.eecloud.nsn-net.net/imp/matryoshka:latest

stages:
  - build

build:
  stage: build
  script:
    - mvn -e -T2 -Panalysis clean install
  artifacts:
    paths:
    - hv-collector-coverage/target/site/jacoco-aggregate
    - hv-collector-core/target/reports
    - hv-collector-main/target/reports
    - hv-collector-utils/target/reports