fixes
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
image: docker:latest
|
image: docker:latest
|
||||||
|
|
||||||
services:
|
test:
|
||||||
- name: docker:dind
|
stage: test
|
||||||
command: ["--tls=false"] # Disable TLS for Docker-in-Docker
|
image: python:3.11-alpine
|
||||||
|
script:
|
||||||
variables:
|
- pip install -r requirements.txt
|
||||||
DOCKER_HOST: "tcp://docker:2375" # Docker service address
|
- python -m unittest discover tests
|
||||||
DOCKER_TLS_CERTDIR: ""
|
only:
|
||||||
DOCKER_DRIVER: overlay2
|
- main
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache docker-cli
|
- apk add --no-cache docker-cli
|
||||||
|
|||||||
Reference in New Issue
Block a user