From e025e824d6c61b5fb9b3e4ce71c059c5fca6594e Mon Sep 17 00:00:00 2001 From: Tobias Mieves <tobias.mieves@tu-dortmund.de> Date: Sun, 16 Apr 2023 23:31:32 +0200 Subject: [PATCH] ci: Rename archive stage to docker --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c18128e..b2d7912 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,13 @@ stages: - test - - archive + - docker - release variables: LICENSE_FINDER_CLI_OPTS: '--recursive' docker: - stage: archive + stage: docker image: docker:20 services: - docker:dind -- GitLab