This commit is contained in:
2025-04-09 18:23:27 +02:00
parent 7d3e944f48
commit e7ca5b90f7
+2 -4
View File
@@ -23,6 +23,8 @@ variables:
build:
stage: build
script:
- echo "Running package..."
- cd ${GITLAB_CLONE_DIR}
- mvn clean package
artifacts:
paths:
@@ -32,10 +34,6 @@ on_commits:
stage: on_commit
dependencies:
- build
script:
- echo "Running tests..."
- cd ${GITLAB_CLONE_DIR}
- mvn test
only:
- /^feature.*$/
- merge_request