diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42ec77fc..a8bcaa59 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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