From 45c87d28b69efe8436b501a080628ca951c28831 Mon Sep 17 00:00:00 2001 From: Andrew Newdigate Date: Tue, 5 Mar 2019 15:44:57 +0200 Subject: [PATCH] Add a node-10 image --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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