This commit is contained in:
bacon
2024-03-20 22:57:52 +03:00
parent 52c1d2717e
commit 877348711e

View File

@@ -67,22 +67,6 @@ qodana:
paths:
- ".qodana/results/"
default:
image: docker:25.0.5
services:
- name: registry.hub.docker.com/library/docker:25.0.5-dind
alias: docker
before_script:
- docker info
- df
- cat /etc/resolv.conf
- cat /etc/hosts
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
build:
stage: build
needs: [ 'pytest' ]