20 lines
307 B
YAML
20 lines
307 B
YAML
stages:
|
|
- test
|
|
- versioning
|
|
- deploy
|
|
variables:
|
|
GIT_SUBMODULE_STRATEGY: recursive
|
|
GIT_SUBMODULE_FORCE_HTTPS: 'true'
|
|
include:
|
|
- project: 'gitlab/gitlab'
|
|
ref: 'main'
|
|
file: 'ci-templates/maven_deps.yml'
|
|
|
|
verify:
|
|
stage: test
|
|
tags:
|
|
- dind
|
|
script:
|
|
- echo "Erfolgreich getestet"
|
|
|