diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7494b6e..2cf6fcb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ image: node:latest stages: - prepare + - test - build - release