Skip to content
Snippets Groups Projects
Commit d5bf140f authored by Carlos Natalino Da Silva's avatar Carlos Natalino Da Silva
Browse files

Fixing pipeline script.

parent f6adaf3c
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ unit_test context:
--volume "$PWD/src/$IMAGE_NAME/tests:/opt/results"
--network=teraflowbridge
$CI_REGISTRY_IMAGE/$IMAGE_NAME:$IMAGE_TAG
- docker exec -i $IMAGE_NAME -c "ruff check ./${IMAGE_NAME}"
- docker exec -i $IMAGE_NAME bash -c "ruff check ./${IMAGE_NAME}"
- docker ps -a
- sleep 5
- docker logs $IMAGE_NAME
......
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