diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f7f6c8..34a25bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,6 +52,9 @@ before_script: # Tests +# Used by GDK verify step: https://gitlab.com/gitlab-org/gitlab-development-kit +node-10 test: *test_custom + # Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml ruby-2.4-golang-1.11-git-2.18 test: *test_custom ruby-2.5-golang-1.10-git-2.18 test: *test_custom @@ -112,6 +115,9 @@ gitlab-docs-lint test: *test_build # Builds +# Used by GDK verify step: https://gitlab.com/gitlab-org/gitlab-development-kit +node-10: *build_and_deploy_custom + # Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml ruby-2.4-golang-1.11-git-2.18: *build_and_deploy_custom ruby-2.5-golang-1.10-git-2.18: *build_and_deploy_custom