mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:56:12 +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
|
- test
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- template: License-Management.gitlab-ci.yml
|
- template: Security/License-Scanning.gitlab-ci.yml
|
||||||
- template: Secret-Detection.gitlab-ci.yml
|
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||||
- template: SAST.gitlab-ci.yml
|
- template: Security/SAST.gitlab-ci.yml
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
MYSQL_ROOT_PASSWORD: root
|
MYSQL_ROOT_PASSWORD: root
|
||||||
|
|
Loading…
Reference in a new issue