mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
[BUGFIX] Fix default template names for GitLab CI (#271)
This commit is contained in:
parent
3be8d3a91a
commit
2f5e1d2826
1 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,9 @@ stages:
|
|||
- test
|
||||
|
||||
include:
|
||||
- template: License-Management.gitlab-ci.yml
|
||||
- template: Secret-Detection.gitlab-ci.yml
|
||||
- template: SAST.gitlab-ci.yml
|
||||
- template: Security/License-Scanning.gitlab-ci.yml
|
||||
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||
- template: Security/SAST.gitlab-ci.yml
|
||||
|
||||
variables:
|
||||
MYSQL_ROOT_PASSWORD: root
|
||||
|
|
Loading…
Reference in a new issue