Skip to content
Snippets Groups Projects
Commit c108a54b authored by Sergio Gonzalez Diaz's avatar Sergio Gonzalez Diaz
Browse files

Merge branch 'feat/code-coverage' of...

Merge branch 'feat/code-coverage' of https://gitlab.com/teraflow-h2020/controller into feat/code-coverage
parents acec60f2 60335ebe
No related branches found
No related tags found
1 merge request!54Release 2.0.0
......@@ -10,6 +10,7 @@ build compute:
- docker build -t "$IMAGE_NAME:$IMAGE_TAG" -f ./src/$IMAGE_NAME/Dockerfile ./src/
- docker tag "$IMAGE_NAME:$IMAGE_TAG" "$CI_REGISTRY_IMAGE/$IMAGE_NAME:$IMAGE_TAG"
- docker push "$CI_REGISTRY_IMAGE/$IMAGE_NAME:$IMAGE_TAG"
coverage: '/TOTAL\s+\d+\s+\d+\s+(\d+%)/'
after_script:
- docker images --filter="dangling=true" --quiet | xargs -r docker rmi
rules:
......
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