Skip to content
Snippets Groups Projects
Commit d45cec67 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Update .gitlab-ci.yml

parent 5ccbd215
Branches
Tags
No related merge requests found
Pipeline #2468 failed
......@@ -13,18 +13,9 @@ before_script:
- "chmod +x ./gradlew"
stages:
- "build"
- "test"
- "release"
build:
stage: "build"
script:
- "./gradlew build"
rules:
- if: "$CI_COMMIT_BRANCH == 'main'"
when: on_success
test:
stage: "test"
script:
......@@ -38,8 +29,6 @@ test:
rules:
- if: "$CI_COMMIT_BRANCH == 'main'"
when: on_success
dependencies:
- "build"
release:
stage: "release"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment