Skip to content

Commit

Permalink
AUTH-14
Browse files Browse the repository at this point in the history
refactoring
  • Loading branch information
AlexOmarov committed Nov 14, 2024
1 parent ee5b3ea commit 71b17e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
stages:
- build
- quality
- test
- notify

image: "gradle:8.11.0-jdk21-alpine"
Expand All @@ -10,11 +10,11 @@ build:
script: ./gradlew build

test:
stage: quality
stage: test
script: ./gradlew test

scan:
stage: quality
stage: test
script:
- >
./gradlew sonar
Expand Down

0 comments on commit 71b17e2

Please sign in to comment.