diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 112fb1a7..21150099 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,16 +15,29 @@ stages: - deploy build: + tags: + - docker stage: build script: - npm run build +test: + tags: + - docker + stage: test + script: + - npm test + audit: + tags: + - docker stage: test script: - npm audit pages: + tags: + - docker stage: deploy script: - npm run documentation