"...git@transfer.hft-stuttgart.de:icity/energydashboard.git" did not exist on "7af254fe182118d6014989dcd936607fff6ffd3d"
Commit f552c38f authored by Riegel's avatar Riegel
Browse files

Update .gitlab-ci.yml file

parent 9157c3aa
Pipeline #10349 passed with stages
in 4 minutes and 47 seconds
image: maven:3.8.6-eclipse-temurin-17
build:
stages:
- test
- build
code-coverage:
stage: test
script:
- cd CityDoctorParent
- mvn verify -U
coverage: /Total.*?([0-9]{1,3})%/
artifacts:
when: always
paths:
- CityDoctorParent/target/site/
build:
stage: build
script:
- cd CityDoctorParent
- mvn verify -U
artifacts:
when: always
reports:
junit:
- CityDoctorParent/**/target/surefire-reports/TEST-*.xml
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment