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: build:
stage: build stage: build
script: script:
- echo "Running package..."
- cd ${GITLAB_CLONE_DIR}
- mvn clean package - mvn clean package
artifacts: artifacts:
paths: paths:
@@ -32,10 +34,6 @@ on_commits:
stage: on_commit stage: on_commit
dependencies: dependencies:
- build - build
script:
- echo "Running tests..."
- cd ${GITLAB_CLONE_DIR}
- mvn test
only: only:
- /^feature.*$/ - /^feature.*$/
- merge_request - merge_request