Skip to content

Commit

Permalink
ci: fix indent?
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin committed Aug 13, 2024
1 parent 55e7e79 commit 87c30dd
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions .gitlab/ci/test.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,41 +130,41 @@ coverage:
stage: test
image: "core-tests"
needs:
# Yeah ... gotta list all of those individually ... https://gitlab.com/gitlab-org/gitlab/-/issues/332326
- job: test-domains
artifacts: true
- job: test-dns
artifacts: true
- job: test-apps
artifacts: true
- job: test-appscatalog
artifacts: true
- job: test-appurl
artifacts: true
- job: test-questions
artifacts: true
- job: test-app-config
artifacts: true
- job: test-app-resources
artifacts: true
- job: test-changeurl
artifacts: true
- job: test-backuprestore
artifacts: true
- job: test-permission
artifacts: true
- job: test-settings
artifacts: true
- job: test-user-group
artifacts: true
- job: test-regenconf
artifacts: true
- job: test-service
artifacts: true
- job: test-ldapauth
artifacts: true
- job: test-sso-and-portalapi
artifacts: true
script:
- coverage combine ./.coverage_*
- coverage report
# Yeah ... gotta list all of those individually ... https://gitlab.com/gitlab-org/gitlab/-/issues/332326
- job: test-domains
artifacts: true
- job: test-dns
artifacts: true
- job: test-apps
artifacts: true
- job: test-appscatalog
artifacts: true
- job: test-appurl
artifacts: true
- job: test-questions
artifacts: true
- job: test-app-config
artifacts: true
- job: test-app-resources
artifacts: true
- job: test-changeurl
artifacts: true
- job: test-backuprestore
artifacts: true
- job: test-permission
artifacts: true
- job: test-settings
artifacts: true
- job: test-user-group
artifacts: true
- job: test-regenconf
artifacts: true
- job: test-service
artifacts: true
- job: test-ldapauth
artifacts: true
- job: test-sso-and-portalapi
artifacts: true
script:
- coverage combine ./.coverage_*
- coverage report

0 comments on commit 87c30dd

Please sign in to comment.