From 650b5c1ed34f7dbc7592cedab0eaf14d0e1d6f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wieland=20Sch=C3=B6bl?= Date: Wed, 14 Apr 2021 11:02:38 +0200 Subject: [PATCH] test: change integration test docker tag --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71b77554..306b659a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ integration: - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY - docker-compose -f integration-test.yml pull && docker-compose -f integration-test.yml up --abort-on-container-exit --exit-code-from apicli tags: - - docker + - gitlab-org-docker audit: stage: audit @@ -104,7 +104,7 @@ ci: only: - /(^v[0-9]+\.[0-9]+\.[0-9]+$|^master$|^develop$)/ tags: - - docker + - gitlab-org-docker .publish_template_manual: &publish_template_manual image: registry.gitlab.com/openstapps/projectmanagement/builder @@ -128,7 +128,7 @@ ci: - branches when: manual tags: - - docker + - gitlab-org-docker # Anchor templates for custom build processes @@ -138,14 +138,14 @@ ci: # - npm install "@stapps/b-tu-tickets@0.13.1" # - npm install "@stapps/b-tu-isbn-availability@0.13.1" tags: - - docker + - gitlab-org-docker .build_template_f-u: &build_template_f-u # before_script: # - npm install "git+ssh://git@gitlab.tubit.tu-berlin.de:stapps-f-u/feedback.git#1.0.0" # - npm install "git+ssh://git@gitlab.tubit.tu-berlin.de:stapps-f-u/dish-feedback.git#1.0.0" tags: - - docker + - gitlab-org-docker # Jobs joining anchor templates with automatic publishing behaviour