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:
|
tags:
|
||||||
- builder
|
- builder
|
||||||
|
|
||||||
|
fc-test:
|
||||||
|
stage: test
|
||||||
|
dependencies:
|
||||||
|
- build
|
||||||
|
script:
|
||||||
|
- ./libraries/fc/tests/all_tests
|
||||||
|
tags:
|
||||||
|
- builder
|
||||||
|
|
||||||
code_quality:
|
code_quality:
|
||||||
stage: test
|
stage: test
|
||||||
image: docker:stable
|
image: docker:stable
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue