Skip to content
Snippets Groups Projects
Commit 0adae7a0 authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

Use maven:3.8.3-openjd-17 as image

parent ccbf796d
No related branches found
No related tags found
No related merge requests found
image: maven:3.8.3-openjd-17
stages: stages:
- test - test
- build - build
...@@ -5,10 +7,10 @@ stages: ...@@ -5,10 +7,10 @@ stages:
test: test:
stage: test stage: test
script: script:
- cd todolist; mvn test -P headless - cd todolist; mvn test -B -P headless
build: build:
stage: build stage: build
when: manual when: manual
script: script:
- cd todolist; mvn install -P headless - cd todolist; mvn install -B -P headless
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment