Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Zedel <[email protected]>
  • Loading branch information
mzedel committed Aug 16, 2024
1 parent ba08366 commit 5100502
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ test:acceptance:

test:acceptance:enterprise:
extends: .template:test:acceptance
rules:
- if: $CI_COMMIT_BRANCH == "master"
# rules:
# - if: $CI_COMMIT_BRANCH == "master"
variables:
TEST_ENVIRONMENT: enterprise
script:
Expand All @@ -181,8 +181,8 @@ test:acceptance:unprivileged:

test:acceptance:enterprise-unprivileged:
extends: .template:test:acceptance
rules:
- if: $CI_COMMIT_BRANCH == "master"
# rules:
# - if: $CI_COMMIT_BRANCH == "master"
variables:
TEST_ENVIRONMENT: enterprise
before_script:
Expand Down

0 comments on commit 5100502

Please sign in to comment.