From 19283fb695f4467b37b752648abbef5638dde163 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 2 Apr 2017 12:11:21 +0200 Subject: [PATCH] update ci --- .gitlab-ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbe2f4a..0e3b446 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: