Skip to content

Commit

Permalink
fix: 依存関係を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kimata committed Jul 9, 2023
1 parent 04e0f47 commit bafb4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ test-playwright:

test-playwright-docker:
stage: test
needs: ["build-image"]
needs: ["build-image", "test-flask"]

image: registry.green-rabbit.net:5000/kimata/local_playwright:230623A

Expand All @@ -123,7 +123,7 @@ test-playwright-docker:

test-playwright-docker-demo:
stage: test
needs: ["build-image"]
needs: ["build-image", "test-flask"]

image: registry.green-rabbit.net:5000/kimata/local_playwright:230623A

Expand Down

0 comments on commit bafb4cd

Please sign in to comment.