This commit is contained in:
Kevin Röbert 2019-11-09 01:41:42 +01:00
parent 61712e77a2
commit 4a77447992

View File

@ -3,8 +3,7 @@ image: debian:latest
before_script: before_script:
- export DEBIAN_FRONTEND= noninteractive - export DEBIAN_FRONTEND= noninteractive
- apt-get update -y - apt-get update -y
- apt-get install -y zip unzip jq - apt-get install -y zip unzip jq nodejs
- apt-get install nodejs
stages: stages:
- build - build