diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3fd3efa8..aaad5299 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,12 +10,10 @@ stages: - test - publish -before_script: - - npm install - build: stage: build script: + - npm install - npm run build artifacts: paths: @@ -26,6 +24,7 @@ build: test: stage: test script: + - npm install - npm test tags: - docker