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

Update .gitlab-ci.yml

parent 0f3e3839
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,10 @@ cache:
test:
stage: test
script:
- "mvn clean test -f todolist/pom.xml $MAVEN_CLI_OPTS"
- "cd todolist; mvn clean test $MAVEN_CLI_OPTS"
build:
stage: build
when: manual
script:
- "mvn clean install -f todolist/pom.xml $MAVEN_CLI_OPTS"
- "cd todolist; mvn clean install $MAVEN_CLI_OPTS"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment