diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e0b947c..c31d2d31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,11 +33,13 @@ stages: - deploy test: + stage: test script: - yarn - npm run unit build: + stage: build script: - yarn - npm run build @@ -46,6 +48,7 @@ build: - dist/ deploy: + stage: deploy environment: dev only: - develop