diff options
| author | Jfriedli | 2021-03-18 16:13:00 +0100 |
|---|---|---|
| committer | Jfriedli | 2021-03-18 16:13:00 +0100 |
| commit | 9b8a65e10c5887279c07df23597eee7820fcabdf (patch) | |
| tree | dab56251d9aee6f0ad4d30e4016decbfb34ba114 /.gitlab-ci.yml | |
| parent | 312f4d6e8341f3da27f6b48fadccbe7ac6fd2bcf (diff) | |
fixed docker dev env
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 |
