test should pass before image creation
Test / Type Check (all packages) (push) Successful in 1m0s
Build & Push / Pipeline Tests (push) Successful in 1m22s
Test / API Unit Tests (push) Successful in 51s
Test / Homepage Unit Tests (push) Successful in 43s
Test / Carplace Unit Tests (push) Successful in 42s
Test / Admin Unit Tests (push) Successful in 42s
Test / Dashboard Unit Tests (push) Successful in 43s
Test / API Integration Tests (push) Successful in 1m2s
Build & Push / Build & Push Docker Image (push) Successful in 53s

This commit is contained in:
root
2026-07-20 22:51:17 -04:00
parent 8f5ca1df22
commit 93fba7a318
2 changed files with 119 additions and 0 deletions
+7
View File
@@ -120,6 +120,13 @@ integration_tests:
build_image:
stage: build
image: docker:24
needs:
- api_tests
- carplace_tests
- admin_tests
- dashboard_tests
- homepage_tests
- integration_tests
services:
- name: docker:24-dind
alias: docker