aho-corasick/.gitlab-ci.yml
2024-10-29 10:33:58 +01:00

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"