From 580a338d5b5ca69cc265c2648f799de1ffe2f919 Mon Sep 17 00:00:00 2001 From: Hugo NOUTS <hnouts@grandlyon.com> Date: Wed, 4 Jan 2023 15:28:56 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3f5dd8..4f1f881 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 -- GitLab