diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11d9a98..6569229 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,6 @@ test-docker-ubuntu: stage: tests script: - cd ubuntu - - touch config/postal.yaml - docker load -i postal-ubuntu-container.tar - docker-compose up -d - for i in {1..20}; do [ $(docker inspect postal | jq '.[].State.Health.Status') == "healthy" ] && break || sleep 15; done @@ -45,7 +44,6 @@ test-docker-alpine: stage: tests script: - cd alpine - - touch config/postal.yaml - docker load -i postal-alpine-container.tar - docker-compose up -d - for i in {1..20}; do [ $(docker inspect postal | jq '.[].State.Health.Status') == "healthy" ] && break || sleep 15; done