Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ole Hermann Bakka
todo-list-example
Commits
c2791cc8
Commit
c2791cc8
authored
Nov 03, 2021
by
Hallvard Trætteberg
Browse files
"-DskipUiTests=true"
parent
f3c26f73
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c2791cc8
image
:
gitpod/workspace-full-vnc
image
:
maven:3.8.3-openjdk-17
stages
:
-
test
...
...
@@ -7,10 +7,10 @@ stages:
test
:
stage
:
test
script
:
-
cd todolist; mvn test -B -P headless
-
cd todolist; mvn test -B -P headless
"-DskipUiTests=true"
build
:
stage
:
build
when
:
manual
script
:
-
cd todolist; mvn install -B -P headless
-
cd todolist; mvn install -B -P headless
"-DskipUiTests=true"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment