From 94ccf28d626d83819576497e82b3440066b60056 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 19 Jan 2021 10:36:00 +0100 Subject: [PATCH] fix ci script --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a5430e..9aa83a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ variables: IMAGE_NAME: $CI_REGISTRY/$CI_PROJECT_PATH build: - image: node.14-buster + image: node:14-buster stage: build tags: - hottis