1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-12-22 23:42:25 +00:00

Desactivate docker entrypoint on CI

This commit is contained in:
Alexandre Iooss 2020-09-01 22:42:56 +02:00
parent 0e8557404d
commit b5028b9814

View File

@ -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