From 8dae143d727afdd504020418c43beb3f26e322c4 Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Thu, 13 Oct 2022 13:47:54 +0200 Subject: [PATCH] ci: move integration test back to shared runner --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b30a759..9e6720d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,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: - - secrecy + - gitlab-org-docker audit: stage: audit