diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c85a1be..ab9710e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,8 @@ before_script: build: stage: build script: - - npmci build docker + - npmci docker build + - npmci docker push test only: - master tags: @@ -29,7 +30,8 @@ build: test: stage: test script: - - npmci test docker + - npmci docker pull test + - npmci docker test only: - master tags: @@ -40,7 +42,8 @@ test: release: stage: release script: - - npmci publish docker + - npmci docker pull test + - npmci docker push registry.gitlab.com only: - master tags: