Open sbklahr opened 1 year ago
Hi, I'm not overly familiar with GitLab's Pipelines but it appears that the error here is:
shell not found
Are there any further clues as to what it's missing? Both image variants have bash
so there is a shell. Another thought is that the script command isn't quoted, but if it works for jdk-11
then I presume that can't be the problem.
Can you provide a minimal project to reproduce on GitLab? I could then take a look.
I'm trying to use either
maven-firefox:jdk-17
ormaven-chrome:jdk-17
in a GitLab pipeline step like this:.gitlab-ci.yml:
The step doesn't succeed:
The image
markhobson/maven-firefox:jdk-11
works though.