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