diff options
| author | Jfriedli | 2021-03-21 15:31:51 +0100 |
|---|---|---|
| committer | Jfriedli | 2021-03-21 15:31:51 +0100 |
| commit | 8bb860a865df803ac992663454928e65b5b5036c (patch) | |
| tree | fd77dc498723afa5ed3c927f82fe5f4362d5d098 /.gitlab-ci.yml | |
| parent | 9b8a65e10c5887279c07df23597eee7820fcabdf (diff) | |
build css in an intermediate container
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd34900..0369d3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -36,8 +36,6 @@ tests:debian: | |||
| 36 | stage: test | 36 | stage: test |
| 37 | before_script: | 37 | before_script: |
| 38 | - apt update | 38 | - apt update |
| 39 | - apt install nodejs npm | ||
| 40 | - npm install --global postcss | ||
| 41 | script: | 39 | script: |
| 42 | - apt-get -qqy update | 40 | - apt-get -qqy update |
| 43 | - apt-get -qqy install --no-install-recommends mat2 python3-flask python3-coverage python3-pip python3-setuptools | 41 | - apt-get -qqy install --no-install-recommends mat2 python3-flask python3-coverage python3-pip python3-setuptools |
