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

Try to configure CI

parent 87066860
Branches
No related tags found
No related merge requests found
Pipeline #144869 failed
stages:
- test
- build
test:
stage: test
script:
- cd todolist; mvn test -P headless
build:
stage: build
when: manual
script:
- cd todolist; mvn install -P headless
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment