Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbuks committed Jul 9, 2024
1 parent 8db679a commit c51830c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ variables:
rules:
- *rule-not-scheduled # Job is not triggered by schedule
- *rule-merge-request
- *rule-prodsec
- when: never
environment:
name: "$ENVIRONMENT_NAME"
Expand Down Expand Up @@ -247,8 +246,8 @@ test:unit:
extends:
- .tests-node
rules:
- *rule-commit
- *rule-merge-request
- *rule-prodsec
- when: never
script:
- yarn test:webapp
Expand Down

0 comments on commit c51830c

Please sign in to comment.