diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 770312fb..595cbbdf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,8 +27,11 @@ test: script: - pipenv sync --dev + - pipenv run lint + - pipenv run lintjs - pipenv run lintscss + - pipenv run python gunicorn_config.py - pipenv run test |