chore(gitlab-ci): fix test deps

This commit is contained in:
Sarah Vaupel 2024-06-14 01:58:59 +02:00
parent 7d06feb764
commit 01e2ed73e1

View File

@ -282,7 +282,9 @@ container:
artifacts: false
- job: frontend build # transitive
artifacts: false
- job: check # sanity
- job: frontend test # sanity
artifacts: false
- job: backend test # sanity
artifacts: false
artifacts:
paths:
@ -304,7 +306,9 @@ test container:
artifacts: false
- job: frontend build # transitive
artifacts: false
- job: check # sanity
- job: frontend test # sanity
artifacts: false
- job: backend test # sanity
artifacts: false
artifacts:
paths:
@ -378,7 +382,9 @@ upload container:
artifacts: true
- job: parse changelog
artifacts: true
- job: check # sanity
- job: frontend test # sanity
artifacts: false
- job: backend test # sanity
artifacts: false
rules: *release-rules
retry: 2
@ -399,7 +405,9 @@ upload test container:
artifacts: true
- job: parse test changelog
artifacts: true
- job: check # sanity
- job: frontend test # sanity
artifacts: false
- job: backend test # sanity
artifacts: false
rules: *test-release-rules
retry: 2
@ -417,7 +425,9 @@ release:
tag_name: '$CI_COMMIT_TAG'
description: .current-changelog.md
needs:
- job: check # sanity
- job: frontend test # sanity
artifacts: false
- job: backend test # sanity
artifacts: false
- job: parse changelog
artifacts: true
@ -434,7 +444,9 @@ test release:
tag_name: '$CI_COMMIT_TAG'
description: .current-changelog.md
needs:
- job: check # sanity
- job: frontend test # sanity
artifacts: false
- job: backend test # sanity
artifacts: false
- job: parse test changelog
artifacts: true