Skip to content
Snippets Groups Projects
Commit badccbaa authored by Henrik tom Woerden's avatar Henrik tom Woerden
Browse files

Merge branch 'fix_ci' into 'master'

fix gitlab ci by setting docker versions

See merge request bmp-caosdb/caosdb-advanced-user-tools!5
parents 219ad8bb 44c2266f
No related branches found
No related tags found
No related merge requests found
......@@ -20,12 +20,14 @@
variables:
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb-advanced-testenv
# With dind the docker deamon is available on the network
DOCKER_HOST: tcp://docker:2375/
# When using dind, it's wise to use the overlayfs driver for
# improved performance.
DOCKER_DRIVER: overlay2
services:
- docker:19.03-dind
- docker:18.09.7-dind
stages:
- setup
......@@ -33,7 +35,7 @@ stages:
- test
test:
tags: [thindind]
tags: [notls]
stage: test
image:
name: docker/compose:1.24.1
......@@ -53,8 +55,8 @@ test:
- exit $rc
build-testenv:
tags: [docker]
image: docker:19.03
tags: [notls]
image: docker:18.09
stage: setup
script:
- docker login -u testuser -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......@@ -69,7 +71,7 @@ build-testenv:
style:
tags: [docker]
tags: [notls]
stage: style
image: $CI_REGISTRY_IMAGE:latest
script:
......
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