today I have a really strange problem. I will try to explain it as best as I can. So the line where it fails is the third one:
LocalDateTime.parse(
this.text,
DateTimeFormatter.ofPattern("EE' 'dd.MM.yyyy, kk:mm 'Uhr'")
).toKotlinLocalDateTime()
If I execute the test via intellij it works with success:
If i execute it via the cli or in the pipeline it get this error:
The Date that i try to parse ist this line: "Mo. 19.09.2022, 08:00 Uhr"
Maybe some of you has an idea how to solve the issue?
You can find the code also here: https://gitlab.com/thw2/training-plan/api and the CICD Pipeline here: https://gitlab.com/thw2/training-plan/api/-/jobs/3199115286