From a3ac878abbf4aebcf0c84764f8c528087644a56a Mon Sep 17 00:00:00 2001 From: Alex Munoz Date: Fri, 3 Jun 2022 16:43:36 +0200 Subject: [PATCH] feat: e2e image variable --- templates/npm/npm-e2e.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/npm/npm-e2e.gitlab-ci.yml b/templates/npm/npm-e2e.gitlab-ci.yml index 23836c8..04b7b53 100644 --- a/templates/npm/npm-e2e.gitlab-ci.yml +++ b/templates/npm/npm-e2e.gitlab-ci.yml @@ -1,5 +1,5 @@ .npm-e2e: - image: $NODE_IMAGE + image: $E2E_IMAGE stage: verify before_script: - >