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

Update .gitlab-ci.yml

parent b3c1b8b0
No related branches found
No related tags found
No related merge requests found
...@@ -15,13 +15,13 @@ build: ...@@ -15,13 +15,13 @@ 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
artifacts: tags:
- shared-fi
artifacts:
paths: paths:
- application/target/* - application/target/*
expire_in: 1 hour expire_in: 1 hour
when: on_success when: on_success
tags:
- shared-fi
tests: tests:
stage: tests stage: 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