Skip to content
Snippets Groups Projects
Verified Commit bbb025e8 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: variable name in codeception rules

parent 1919392b
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ codeception test: ...@@ -88,7 +88,7 @@ codeception test:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH == "devel" - if: $CI_COMMIT_BRANCH == "devel"
- if: $CI_BRANCH_NAME =~ /^tests.*/ - if: $CI_COMMIT_BRANCH =~ /^tests.*/
codeception test manual: codeception test manual:
extends: .codeception-base extends: .codeception-base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment