Skip to content
Snippets Groups Projects
Commit 1170bb80 authored by Brittany Faciane's avatar Brittany Faciane Committed by Daniel Lyons
Browse files

add additional test package requirements to pipeline

parent 32a28bfc
No related branches found
Tags 2.8.0
2 merge requests!1452Merge 2.8.2 to main,!1327Convert from flit to poetry
......@@ -2,7 +2,7 @@
image: ${REGISTRY_URL}/${SERVICE_NAME}:${IMAGE_TAG}
script:
- ls -la
- pip3 install pytest pytest-cov
- pip3 install -r test-requirements.txt
- pytest ./${PATH_PREFIX}${SERVICE_NAME}/test --cov=${SERVICE_NAME} --cov-report=html
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment