Skip to content
Snippets Groups Projects
Commit b6ffe5c1 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: use docker caching

parent 2ac36963
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,6 @@ variables: ...@@ -22,7 +22,6 @@ variables:
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb-advanced-testenv CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb-advanced-testenv
# When using dind, it's wise to use the overlayfs driver for # When using dind, it's wise to use the overlayfs driver for
# improved performance. # improved performance.
DOCKER_DRIVER: overlay2
services: services:
- docker:19.03.0-dind - docker:19.03.0-dind
...@@ -63,7 +62,7 @@ test: ...@@ -63,7 +62,7 @@ test:
expire_in: 1 week expire_in: 1 week
build-testenv: build-testenv:
tags: [notls] tags: [cached-dind]
image: docker:18.09 image: docker:18.09
stage: setup stage: setup
only: only:
...@@ -89,7 +88,7 @@ cert: ...@@ -89,7 +88,7 @@ cert:
- cd .docker - cd .docker
- CAOSHOSTNAME=caosdb-server ./cert.sh - CAOSHOSTNAME=caosdb-server ./cert.sh
style: style:
tags: [notls] tags: [docker]
stage: style stage: style
image: $CI_REGISTRY_IMAGE:latest image: $CI_REGISTRY_IMAGE:latest
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment