diff options
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bacabe..dd34900 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -34,6 +34,10 @@ bandit: | |||
| 34 | 34 | ||
| 35 | tests:debian: | 35 | tests:debian: |
| 36 | stage: test | 36 | stage: test |
| 37 | before_script: | ||
| 38 | - apt update | ||
| 39 | - apt install nodejs npm | ||
| 40 | - npm install --global postcss | ||
| 37 | script: | 41 | script: |
| 38 | - apt-get -qqy update | 42 | - apt-get -qqy update |
| 39 | - apt-get -qqy install --no-install-recommends mat2 python3-flask python3-coverage python3-pip python3-setuptools | 43 | - apt-get -qqy install --no-install-recommends mat2 python3-flask python3-coverage python3-pip python3-setuptools |
