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

olo

'
parent 07b3ae7f
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ variables: ...@@ -58,7 +58,7 @@ variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
services: services:
- docker:dind - docker:18.09.7-dind
stages: stages:
- setup - setup
...@@ -66,7 +66,7 @@ stages: ...@@ -66,7 +66,7 @@ stages:
- test - test
test: test:
tags: [docker] tags: [notls]
stage: test stage: test
image: image:
name: docker/compose:1.24.1 name: docker/compose:1.24.1
...@@ -87,8 +87,8 @@ test: ...@@ -87,8 +87,8 @@ test:
- exit $rc - exit $rc
build-testenv: build-testenv:
tags: [docker] tags: [notls]
image: docker:latest image: docker:18.09
stage: setup stage: setup
script: script:
- docker login -u testuser -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u testuser -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
...@@ -102,7 +102,7 @@ build-testenv: ...@@ -102,7 +102,7 @@ build-testenv:
- docker push $CI_REGISTRY_IMAGE:latest - docker push $CI_REGISTRY_IMAGE:latest
style: style:
tags: [docker] tags: [notls]
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