diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06d4ba46..daf950dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,9 +33,9 @@ test: deploy: stage: deploy - image: "docker:19.03.12" + image: "circleci/node:15.2" script: - # - npm install + - npm install - echo "Attempting login to https://${CI_REGISTRY}" - docker login "https://${CI_REGISTRY}" -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD - # - npx semantic-release + - npx semantic-release