Skip to content
Snippets Groups Projects
Commit 6af8352a authored by Aku Paananen's avatar Aku Paananen
Browse files

Added .gitlab-ci.yml file

parent 297aa3a3
No related branches found
No related tags found
No related merge requests found
Pipeline #49664 passed
image: maven:latest
build:
stage: build
script:
- mvn compile
test:
stage: test
script:
- mvn test
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment