diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa4fd085..df8aa92a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,9 @@ image: registry.gitlab.com/openstapps/projectmanagement/node +default: + tags: + - performance + before_script: - npm ci @@ -70,7 +74,7 @@ pages: only: - /^v[0-9]+\.[0-9]+\.[0-9]+$/ -docker: +docker image: image: registry.gitlab.com/openstapps/projectmanagement/builder:latest dependencies: - build @@ -90,11 +94,11 @@ docker: - docker build -t $IMAGETAG_LATEST -t $IMAGETAG_VERSION -t $IMAGETAG_CORE_VERSION . - docker push $IMAGETAG_BASE tags: - - docker + - secrecy only: - /^v[0-9]+\.[0-9]+\.[0-9]+$/ -branch: +branch image: image: registry.gitlab.com/openstapps/projectmanagement/builder:latest stage: publish dependencies: @@ -117,4 +121,4 @@ branch: - branches when: manual tags: - - docker + - secrecy