Skip to content
Snippets Groups Projects
Commit b5028b98 authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Desactivate docker entrypoint on CI

parent 0e855740
No related branches found
No related tags found
Loading
Pipeline #8582 passed with stages
in 19 minutes and 43 seconds
......@@ -23,7 +23,9 @@ docker:
# Debian Buster
py37-django22:
stage: test
image: $CI_REGISTRY_IMAGE:debian
image:
name: $CI_REGISTRY_IMAGE:debian
entrypoint: [""]
before_script:
- apt-get update && apt-get install -y tox
script: tox -e py37-django22
......@@ -47,7 +49,9 @@ py38-django22:
linters:
stage: quality-assurance
image: $CI_REGISTRY_IMAGE:debian
image:
name: $CI_REGISTRY_IMAGE:debian
entrypoint: [""]
before_script:
- apt-get update && apt-get install -y tox
script: tox -e linters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment