mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
Use slim node images
This commit is contained in:
parent
29e3dc7502
commit
c7b9836881
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ stages:
|
|||
build_job:
|
||||
stage: build
|
||||
script:
|
||||
- docker run -v .:/usr/src/app node:7.9.0 npm install /usr/src/app
|
||||
- docker run -v .:/usr/src/app node:7.9.0-slim npm install /usr/src/app
|
||||
|
||||
test_job:
|
||||
stage: test
|
||||
script:
|
||||
- docker run -v .:/usr/src/app node:7.9.0 npm test /usr/src/app
|
||||
- docker run -v .:/usr/src/app node:7.9.0-slim npm test /usr/src/app
|
||||
|
|
Loading…
Add table
Reference in a new issue