Skip to content
Snippets Groups Projects
Commit 3121173b authored by Jonas Miederer's avatar Jonas Miederer
Browse files

debug docker container name

parent 9b184537
No related branches found
No related tags found
No related merge requests found
Pipeline #545921 failed
......@@ -33,9 +33,10 @@ build:
stage: build
script:
- docker pull $CI_REGISTRY_IMAGE:latest || true
- docker build --cache-from $CI_REGISTRY_IMAGE:latest -t mamba --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA --tag $CI_REGISTRY_IMAGE:latest .
- docker build --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA --tag $CI_REGISTRY_IMAGE:latest --tag mamba.
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
- docker push $CI_REGISTRY_IMAGE:latest
- docker ps
- docker cp src mamba:/tmp/repo
- docker cp tests mamba:/tmp/repo
- docker run mamba "pytest /tmp/repo/tests"
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