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

do some testing testing

parent bf33138e
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1327Convert from flit to poetry
......@@ -3,8 +3,9 @@
services:
- name: ${BASE_REGISTRY_URL}/db:workspaces
alias: db
image: python:3.10
image: ${BASE_REGISTRY_URL}/${SERVICE_NAME}:${IMAGE_TAG}
script:
- ls -la
- pip3 install pytest pytest-cov
- pytest ${CI_PROJECT_DIR}/${SERVICE_NAME}/test --cov=${SERVICE_NAME} --cov-report=html
artifacts:
......
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