Skip to content
Snippets Groups Projects
Commit 36337e91 authored by Leonard Haddad's avatar Leonard Haddad :rocket:
Browse files

Update .gitlab-ci.yml

parent 93931889
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ image: java:8-jdk
stages:
- build
- test
- deploy
cache:
paths:
......@@ -24,9 +23,4 @@ build:
test:
stage: test
script:
- ./gradlew check
deploy:
stage: deploy
script:
- ./deploy
\ No newline at end of file
- ./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