diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c26a0e5..a444e6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,17 +9,18 @@ cache: paths: - node_modules/ -test: - stage: test - script: - - yarn install - - yarn test - build: stage: build script: + - yarn install - yarn build:frontend +test: + stage: test + script: + - yarn test + + pack: stage: deploy script: