ci(gitlab-ci): fix syntax
This commit is contained in:
parent
1184d54ef1
commit
68eeacf3c2
@ -50,6 +50,7 @@ lint:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
needs:
|
||||||
- compile
|
- compile
|
||||||
script:
|
script:
|
||||||
- make -- backend-test${PROD_BUILD}
|
- make -- backend-test${PROD_BUILD}
|
||||||
|
|||||||
Reference in New Issue
Block a user