summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorjvoisin2018-06-27 23:10:53 +0200
committerjvoisin2018-07-01 21:09:20 +0200
commit02f7605ac124ed42bd9f3f156ee40877fe3c6b42 (patch)
treef2dbd634d91c6c808a1269695c2abd465e3d0333 /.gitlab-ci.yml
parent80fc4ffb40ea425e14697082e4b7e6a7cf0b5583 (diff)
MAT2 is now cleaning revisions from odt files!
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 29b0346..1720473 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,10 +6,10 @@ stages:
6 6
7bandit: 7bandit:
8 stage: linting 8 stage: linting
9 script: 9 script: # TODO: remove B405 and B314
10 - apt-get -qqy update 10 - apt-get -qqy update
11 - apt-get -qqy install --no-install-recommends python3-bandit 11 - apt-get -qqy install --no-install-recommends python3-bandit
12 - bandit -r ./libmat2 --format txt --skip B101,B404,B603 12 - bandit -r ./libmat2 --format txt --skip B101,B404,B603,B405,B314
13 13
14pyflakes: 14pyflakes:
15 stage: linting 15 stage: linting