diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10bef99d249ed68acf3f136da8d63c3d0168abd7..a000be088a8154528ec7b58c83020c13158c2a26 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: