Commit 94e205ef authored by Mike Greiling's avatar Mike Greiling

Merge branch '218034-fix-ci-yml-error' into 'master'

Fix CI definition of jest-integration

Closes #218034

See merge request gitlab-org/gitlab!32355
parents 9ae10bab d462da3d
......@@ -239,7 +239,9 @@ jest:
parallel: 2
jest-integration:
extends: .frontend-job-base
extends:
- .frontend-job-base
- .frontend:rules:default-frontend-jobs
script:
- date
- yarn jest:integration --ci
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment