diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e4287f57efecf3b11d1f02fe400289219d12679..bff6a9e01fa8af61f33605d2860685266dcb3494 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ test:php74_bokeh: except: - tags tags: - - bladerunner + - 74_bokeh test:php74_other: @@ -30,7 +30,7 @@ test:php74_other: except: - tags tags: - - free + - 74_other test:php74_scenario: @@ -44,7 +44,7 @@ test:php74_scenario: except: - tags tags: - - free + - 74_scenario test:php81_bokeh: @@ -58,7 +58,7 @@ test:php81_bokeh: except: - tags tags: - - bladerunner + - 81_bokeh test:php81_other: @@ -72,7 +72,7 @@ test:php81_other: except: - tags tags: - - free + - 81_other test:php81_scenario: @@ -86,4 +86,4 @@ test:php81_scenario: except: - tags tags: - - free + - 81_scenario