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: needs:
- job: container - job: container
optional: true optional: true
- job: backend build - compile
artifacts: true
image: *backend-image image: *backend-image
script: script:
- *load-backend-image - *load-backend-image

View File

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