Skip to content
Snippets Groups Projects
Commit 74544fbf authored by Gehrung Jonas's avatar Gehrung Jonas
Browse files

Update .gitlab-ci.yml file

parent 7e9a2db6
No related branches found
No related tags found
3 merge requests!74V1,!73Initial commit,!71Merge DataBase into Development
Pipeline #59902 failed
......@@ -10,38 +10,13 @@ variables:
stages:
- build
- test
- package
#- test
#- package
build-musicmanager:
build-battlearena:
stage: build
image: maven:3.9.4-eclipse-temurin-20
script:
- "echo 'Starting Build Stage'"
- "mvn compile"
test-musicmanager:
stage: test
image: maven:3.9.4-eclipse-temurin-20
script:
- "echo 'Starting Test Stage'"
- "mvn test -Dtest='!NoSqlManagerTest,!SqlDbManagerTest, !AudioTrackApiControllerTest'"
artifacts:
reports:
junit:
- target/surefire-reports/TEST-*.xml
- target/failsafe-reports/TEST-*.xml
package-musicmanager:
stage: package
image: maven:3.9.4-eclipse-temurin-20
script:
- "echo 'Starting Package Stage'"
- "mvn package -Dtest='!NoSqlManagerTest,!SqlDbManagerTest, !AudioTrackApiControllerTest'"
only:
refs:
- main
artifacts:
paths:
- target/*.jar
expire_in: 2 days
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