diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3f5dd871f60b72bb62d46bd79f69b33478ae698..4f1f88144e48c607899d15caa6653773d8bedeb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,22 +37,6 @@ build-dev: - git config --global credential.helper store - yarn deploy-dev -unit-test: - image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/node:16.14.2-alpine3.14 - stage: test - before_script: - - apk add git - - apk add bash - script: - - yarn - - yarn test --ci --reporters=default --reporters=jest-junit --coverage - coverage: "/All files[^|]*\\|[^|]*\\s+([\\d\\.]+)/" - artifacts: - when: always - reports: - junit: - - junit.xml - build: image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/node:16.14.2-alpine3.14 stage: build