Skip to content
Snippets Groups Projects
Commit d14f62d6 authored by Kaupe Jan's avatar Kaupe Jan
Browse files

Change gitlab-ci to reuse compiled files

parent 8ff33214
No related branches found
No related tags found
1 merge request!5Develop
Pipeline #7043 passed with stages
in 2 minutes and 26 seconds
......@@ -15,13 +15,12 @@ stages:
compile:
stage: build
script:
- 'mvn compile --batch-mode'
- 'mvn compile --batch-mode'
# We use artifacts here to reuse the jar later
# So we don't need to compile the jar over and over again
artifacts:
paths:
- target/*.jar
- target
expire_in: 10min
unit-test:
......
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