ci(gitlab-ci): fix pipeline

This commit is contained in:
Sarah Vaupel 2024-08-24 17:32:39 +02:00
parent c177ff826e
commit c04428e33b
2 changed files with 2 additions and 4 deletions

View File

@ -64,8 +64,7 @@ test:
needs:
- job: container
optional: true
- job: backend build
artifacts: true
- compile
image: *backend-image
script:
- *load-backend-image

View File

@ -69,8 +69,7 @@ test:
needs:
- job: container
optional: true
- job: frontend build
artifacts: true
- compile
image: *frontend-image
script:
- *load-frontend-image