ci(gitlab-ci): fix pipeline
This commit is contained in:
parent
c177ff826e
commit
c04428e33b
@ -64,8 +64,7 @@ test:
|
||||
needs:
|
||||
- job: container
|
||||
optional: true
|
||||
- job: backend build
|
||||
artifacts: true
|
||||
- compile
|
||||
image: *backend-image
|
||||
script:
|
||||
- *load-backend-image
|
||||
|
||||
@ -69,8 +69,7 @@ test:
|
||||
needs:
|
||||
- job: container
|
||||
optional: true
|
||||
- job: frontend build
|
||||
artifacts: true
|
||||
- compile
|
||||
image: *frontend-image
|
||||
script:
|
||||
- *load-frontend-image
|
||||
|
||||
Reference in New Issue
Block a user