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:
image: maven:latest
script:
- mvn clean install -B -DskipTests -Dcheckstyle.fail=false
tags:
artifacts:
paths:
- application/target/*
expire_in: 1 hour
when: on_success
tags:
- shared-fi
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