mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ci: fix indent?
This commit is contained in:
parent
55e7e798fa
commit
87c30dd1bc
1 changed files with 38 additions and 38 deletions
|
@ -130,41 +130,41 @@ coverage:
|
||||||
stage: test
|
stage: test
|
||||||
image: "core-tests"
|
image: "core-tests"
|
||||||
needs:
|
needs:
|
||||||
# Yeah ... gotta list all of those individually ... https://gitlab.com/gitlab-org/gitlab/-/issues/332326
|
# Yeah ... gotta list all of those individually ... https://gitlab.com/gitlab-org/gitlab/-/issues/332326
|
||||||
- job: test-domains
|
- job: test-domains
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: test-dns
|
- job: test-dns
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: test-apps
|
- job: test-apps
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: test-appscatalog
|
- job: test-appscatalog
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: test-appurl
|
- job: test-appurl
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: test-questions
|
- job: test-questions
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: test-app-config
|
- job: test-app-config
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: test-app-resources
|
- job: test-app-resources
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: test-changeurl
|
- job: test-changeurl
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: test-backuprestore
|
- job: test-backuprestore
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: test-permission
|
- job: test-permission
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: test-settings
|
- job: test-settings
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: test-user-group
|
- job: test-user-group
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: test-regenconf
|
- job: test-regenconf
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: test-service
|
- job: test-service
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: test-ldapauth
|
- job: test-ldapauth
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: test-sso-and-portalapi
|
- job: test-sso-and-portalapi
|
||||||
artifacts: true
|
artifacts: true
|
||||||
script:
|
script:
|
||||||
- coverage combine ./.coverage_*
|
- coverage combine ./.coverage_*
|
||||||
- coverage report
|
- coverage report
|
||||||
|
|
Loading…
Add table
Reference in a new issue