add dependency database_up to backend unit tests

This commit is contained in:
Moriz Wahl 2022-03-14 10:12:56 +01:00
parent 85ca10f000
commit dedf174f4f

View File

@ -489,7 +489,7 @@ jobs:
unit_test_backend:
name: Unit tests - Backend
runs-on: ubuntu-latest
needs: [build_test_mariadb]
needs: [build_test_mariadb, build_test_database_up]
steps:
##########################################################################
# CHECKOUT CODE ##########################################################