Skip to content
Snippets Groups Projects
Commit b3c1b8b0 authored by Radek Ošlejšek's avatar Radek Ošlejšek
Browse files

Update .gitlab-ci.yml

parent c75740aa
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,12 @@ build: ...@@ -15,7 +15,12 @@ build:
image: maven:latest image: maven:latest
script: script:
- mvn clean install -B -DskipTests -Dcheckstyle.fail=false - mvn clean install -B -DskipTests -Dcheckstyle.fail=false
tags: artifacts:
paths:
- application/target/*
expire_in: 1 hour
when: on_success
tags:
- shared-fi - shared-fi
tests: tests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment