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: