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