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

"-DskipUiTests=true"

parent f3c26f73
Branches
No related tags found
No related merge requests found
image: gitpod/workspace-full-vnc image: maven:3.8.3-openjdk-17
stages: stages:
- test - test
...@@ -7,10 +7,10 @@ stages: ...@@ -7,10 +7,10 @@ stages:
test: test:
stage: test stage: test
script: script:
- cd todolist; mvn test -B -P headless - cd todolist; mvn test -B -P headless "-DskipUiTests=true"
build: build:
stage: build stage: build
when: manual when: manual
script: script:
- cd todolist; mvn install -B -P headless - cd todolist; mvn install -B -P headless "-DskipUiTests=true"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment