Skip to content
Snippets Groups Projects
Commit 25ce8789 authored by Jan Sandr's avatar Jan Sandr
Browse files

Update .gitlab-ci.yml file

parent 1f5bb60c
No related branches found
No related tags found
No related merge requests found
image: gradle:alpine
stages:
- build
- test
build:
stage: build
script: ./gradlew build
test:
stage: test
script: ./gradlew check
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment