mirror of https://gitlab.crans.org/bde/nk20
Desactivate docker entrypoint on CI
This commit is contained in:
parent
0e8557404d
commit
b5028b9814
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue