Fix(CI): build app job depends on test and lint jobs

This commit is contained in:
jon r 2025-04-24 16:58:08 +02:00
parent 96dca7ce48
commit 7b5b0f68e2
1 changed files with 1 additions and 3 deletions

View File

@ -407,10 +407,8 @@ build_docs:
build_app: build_app:
stage: build stage: build
needs: needs:
# The test_app job is currently disabled - job: test_app
# - job: test_app
- job: lint_app - job: lint_app
optional: true
rules: rules:
- if: $CI_COMMIT_BRANCH =~ /(stable|develop)/ - if: $CI_COMMIT_BRANCH =~ /(stable|develop)/
- changes: [app/**/*] - changes: [app/**/*]