Skip to content
Snippets Groups Projects
Commit ca63cbcd authored by Katleho Madisa's avatar Katleho Madisa
Browse files

SAR-255 Used the SKA_K8S_TOOLS_DEPLOY_IMAGE group-level variable for the ci image for linting

parent 314ec4d6
No related branches found
No related tags found
No related merge requests found
...@@ -39,8 +39,6 @@ build wheel: ...@@ -39,8 +39,6 @@ build wheel:
# job. TODO: possibly a candidate for refactor / renaming later on. # job. TODO: possibly a candidate for refactor / renaming later on.
test: test:
stage: test stage: test
# tags:
# - k8srunner
script: script:
- pipenv run python3 setup.py test - pipenv run python3 setup.py test
- mv coverage.xml ./build/reports/code-coverage.xml - mv coverage.xml ./build/reports/code-coverage.xml
...@@ -65,7 +63,7 @@ list_dependencies: ...@@ -65,7 +63,7 @@ list_dependencies:
- public - public
linting: linting:
image: nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:latest image: $SKA_K8S_TOOLS_DEPLOY_IMAGE
tags: tags:
- k8srunner - k8srunner
stage: linting stage: linting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment