From c4601bdd29541c8776199489e556bf73b9a8b18d Mon Sep 17 00:00:00 2001 From: Brittany Faciane <bfaciane@nrao.edu> Date: Thu, 18 May 2023 09:04:43 -0400 Subject: [PATCH] do some testing testing --- ci/unit-test.template.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/unit-test.template.yml b/ci/unit-test.template.yml index f138b8234..88d91d309 100644 --- a/ci/unit-test.template.yml +++ b/ci/unit-test.template.yml @@ -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: -- GitLab