Skip to content
Snippets Groups Projects
Commit 992f2c64 authored by Philipp Arras's avatar Philipp Arras
Browse files

After updating build machine use newest docker version again

parent 19ece6ba
No related branches found
No related tags found
1 merge request!553After updating build machine use newest docker version again
Pipeline #77415 passed
......@@ -13,7 +13,7 @@ stages:
build_docker_from_scratch:
only:
- schedules
image: docker:19.03.8
image: docker
stage: build_docker
before_script:
- ls
......@@ -25,7 +25,7 @@ build_docker_from_scratch:
build_docker_from_cache:
except:
- schedules
image: docker:19.03.8
image: docker
stage: build_docker
before_script:
- ls
......
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