From ecb90ce940d4c4cca6b7ce938f3a428e849dea64 Mon Sep 17 00:00:00 2001 From: Hanna Fuehr <fuehr@itc.rwth-aachen.de> Date: Thu, 31 Mar 2022 11:51:10 +0200 Subject: [PATCH] WIP: testing live runner --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10bef99..a000be0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - schedule test_dev: - stage: test + stage: test_dev tags: - dev #variables: @@ -15,7 +15,7 @@ test_dev: when: always test_live: - stage: test + stage: test_live tags: - live #variables: -- GitLab