A Spring Boot application with lots of sample tests
testing
microservices
spring
spring-boot
test-automation
spring-test
test-microservices
test-pyramid
-
Updated
Oct 19, 2019 - Java
I trying to do CI using a standalone gitlab-ci runner container in a dedicated server. To run the tests I'm using zonky to create a postgis database service which is also containerized. It runs fine in my local machine. But while my Gitlab-ci runs the test it throws
Illegalstateexceptionas it failed to load the application context. Anyone else experienced the same?Thanks in advance.