fixes
This commit is contained in:
@@ -8,15 +8,14 @@ test:
|
||||
stage: test
|
||||
image: python:3.11-alpine
|
||||
script:
|
||||
- pip install -r requirements.txt
|
||||
- pip install -q -r requirements.txt
|
||||
- python -m unittest discover tests
|
||||
only:
|
||||
- main
|
||||
|
||||
before_script:
|
||||
- apk add --no-cache docker-cli curl jq # Устанавливаем curl и jq
|
||||
- apk add --no-cache docker-cli curl jq
|
||||
- |
|
||||
# Wait for Docker to be ready
|
||||
until docker info; do
|
||||
echo "Waiting for Docker to be ready..."
|
||||
sleep 5
|
||||
|
||||
Reference in New Issue
Block a user