Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
xtray85 committed Oct 6, 2023
1 parent 96e1ef5 commit 17b5156
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ yaml-test:

content-test:
stage: test
need: ["yaml-test"]
needs: ["yaml-test"]
variables:
GITHUB_ACTIONS: 1
GIT_CLEAN_FLAGS: none
Expand All @@ -50,9 +50,9 @@ content-test:

unit-test:
stage: test
need: ["content-test"]
needs: ["content-test"]
variables:
DOTNET_gcServer:1
DOTNET_gcServer: 1
GITHUB_ACTIONS: 1
GIT_CLEAN_FLAGS: none
GIT_CHECKOUT: none
Expand Down

0 comments on commit 17b5156

Please sign in to comment.