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
c189763a
Commit
c189763a
authored
Nov 03, 2021
by
Hallvard Trætteberg
Browse files
Update .gitlab-ci.yml
parent
1720dc6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c189763a
image
:
maven:3.8.3-openjdk-17
variables
:
MAVEN_OPTS
:
"
-DskipUiTests=true"
MAVEN_CLI_OPTS
:
"
--batch-mode
-P
headless"
stages
:
...
...
@@ -16,10 +15,10 @@ cache:
test
:
stage
:
test
script
:
-
mvn clean test -f todolist/pom.xml
-
mvn clean test -f todolist/pom.xml
"-DskipUiTests=true"
build
:
stage
:
build
when
:
manual
script
:
-
mvn clean install -f todolist/pom.xml
-
mvn clean install -f todolist/pom.xml
"-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