ci(gitlab-ci): fix pipeline
This commit is contained in:
parent
c177ff826e
commit
c04428e33b
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user