Skip to content
Snippets Groups Projects
Commit 1f7429d7 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-914: Allow failure

parent d642b5bb
No related branches found
No related tags found
1 merge request!401Resolve L2SS-914
......@@ -17,11 +17,11 @@ stages:
# See docker-compose/README.md for docker image behavior and explanation
.base_docker_images:
stage: images
image: docker:20.10.16
image: docker:latest
tags:
- privileged
services:
- name: docker:20.10.16-dind
- name: docker:dind
variables:
DOCKER_TLS_CERTDIR: "/certs"
before_script:
......@@ -528,11 +528,12 @@ unit_test:
- tangostationcontrol/cover/*
integration_test_docker:
stage: integration-tests
image: docker:20.10.16
allow_failure: true
image: docker:latest
tags:
- privileged
services:
- name: docker:20.10.16-dind
- name: docker:dind
variables:
DOCKER_TLS_CERTDIR: "/certs"
artifacts:
......@@ -551,9 +552,7 @@ integration_test_docker:
- apk update
- apk add --update make bash docker-compose
- apk add --update bind-tools
# - apk add --update postgresql14-client gzip
- apk search postgresql
- apk add --update postgresql13-client-13.8-r0 gzip
- apk add --update postgresql14-client gzip
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script:
- touch /root/.Xauthority
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment