update ci

This commit is contained in:
Philipp Kunz 2017-04-02 12:11:21 +02:00
parent b2d84b1399
commit 19283fb695

View File

@ -8,7 +8,6 @@ cache:
key: "$CI_BUILD_STAGE"
stages:
- build
- test
- release
- trigger
@ -17,18 +16,6 @@ stages:
before_script:
- npmci prepare docker-gitlab
build:
stage: build
script:
- npm install
- npm test
- npmci build docker
tags:
- lossless
- priv
test:
stage: test
script: