diff --git a/ci/unit-test.template.yml b/ci/unit-test.template.yml index 041996bd725d7572be29f5e1504706daaa83f3fe..5f3da83709a5494ecb08789cfefb2da9bfc872ac 100644 --- a/ci/unit-test.template.yml +++ b/ci/unit-test.template.yml @@ -3,7 +3,6 @@ services: - name: ${BASE_REGISTRY_URL}/db:workspaces alias: db - image: ${BASE_REGISTRY_URL}/${SERVICE_NAME}:${IMAGE_TAG} script: - pip3 install pytest pytest-cov - pytest ${CI_PROJECT_DIR}/${SERVICE_NAME}/test --cov=${SERVICE_NAME} --cov-report=html