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