Added fc library tests
This commit is contained in:
parent
e7e08169c8
commit
e7f4ac4a00
1 changed files with 9 additions and 0 deletions
|
|
@ -32,6 +32,15 @@ test:
|
|||
tags:
|
||||
- builder
|
||||
|
||||
fc-test:
|
||||
stage: test
|
||||
dependencies:
|
||||
- build
|
||||
script:
|
||||
- ./libraries/fc/tests/all_tests
|
||||
tags:
|
||||
- builder
|
||||
|
||||
code_quality:
|
||||
stage: test
|
||||
image: docker:stable
|
||||
|
|
|
|||
Loading…
Reference in a new issue