diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e818d6..14862ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,8 @@ build_linux: stage: build + tags: + - debian + - nodejs script: - 'npm install' - 'npm run css-prod' @@ -9,6 +12,9 @@ build_linux: - public build_docker: stage: build + tags: + - debian + - bash before_script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY script: