I am trying to run runner on gitlab which is config with Fastlane through a pipeline, when I commit pipeline runs but failed every time. I am not sure what is the issue but it seems that my gitlab-ic.yml file is not working correctly
Asked
Active
Viewed 210 times
0

Bilal
- 13
- 1
- 7
1 Answers
0
Did you installed java? Jdk or jre? Obviously your java path is wrong. You can post your config, so it is easier to find the problem.

Nemanja Filipovic
- 206
- 1
- 3
-
yes, I did install java , jdk and jre are config correctly , because I have run a ruby server through java and It is working fine – Bilal Apr 16 '21 at 23:55
-
This is issue with Gitlab – Bilal Apr 16 '21 at 23:55
-
I have solved this issue by using a correct image for Android in config.yml file – Bilal Apr 28 '21 at 06:01