Closed Renaldinho closed 1 month ago
Usually this is caused by external factors, e.g. wrong time, temporary network issues on Ubuntu / apt source list side. Playwright users are running this every day thousands of times and we've seen no issues about this recently.
Are these self-hosted machines or GitLab managed runners?
Closing as per above since this looks not like a Playwright issue.
Version
1.47.1
Steps to reproduce
private repo
Expected behavior
The GitLab CI pipeline should successfully install Playwright and its dependencies using the npx playwright install --with-deps command.
Actual behavior
The pipeline fails during the Playwright installation step due to "At least one invalid signature was encountered" errors.
Additional context
I'm running a GitLab CI pipeline that uses the mcr.microsoft.com/playwright:v1.41.2-jammy Docker image to execute end-to-end tests with Playwright. However, the pipeline is failing during the Playwright installation step with the following errors:
W: GPG error: ... At least one invalid signature was encountered. E: The repository '...' is not signed. These errors are related to invalid GPG signatures in several Ubuntu repositories, including the NodeSource repository and standard Ubuntu repositories.
pipeline step
Environment