Skip to content
Snippets Groups Projects
Unverified Commit ce252ae0 authored by René Fritze's avatar René Fritze
Browse files

[docker] fix ci_run dockerfile location

parent c7e12dc4
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ jobs:
displayName: 'env setup'
- script: |
docker build --build-arg BASE=$(docker.baseimage) -t $(docker.image) -f .ci/shared/ci_run/Dockerfile .
docker build --build-arg BASE=$(docker.baseimage) -t $(docker.image) -f .ci/shared/docker/ci_run/Dockerfile .
docker inspect $(docker.image)
displayName: 'build image'
......
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