diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed11f0d57b121317fc3a37232a762b6d15f90f01..83ea8527c3971e7ab9c2e622ed46b8f9a6512a91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -126,7 +126,7 @@ behave-integration: - name: ${CI_REGISTRY_IMAGE}/postgres:${CI_COMMIT_REF_NAME} alias: postgres - name: ${CI_REGISTRY_IMAGE}/kratos:${CI_COMMIT_REF_NAME} - alias: kratos-migrate + alias: kratosmigrate command: - migrate - sql @@ -139,7 +139,7 @@ behave-integration: - --config - /etc/config/kratos.yaml - name: ${CI_REGISTRY_IMAGE}/hydra:${CI_COMMIT_REF_NAME} - alias: hydra-migrate + alias: hydramigrate command: - migrate - sql @@ -148,7 +148,7 @@ behave-integration: - name: ${CI_REGISTRY_IMAGE}/hydra:${CI_COMMIT_REF_NAME} alias: hydra command: - - hydra + - serve - all - --dangerous-force-http - --dangerous-allow-insecure-redirect-urls @@ -194,12 +194,12 @@ behave-integration: # General KEY: "testapp" SECRET: "secret" -# image: ${CI_REGISTRY_IMAGE}/behave:${CI_COMMIT_REF_NAME} - image: alpine:3.6 + image: ${CI_REGISTRY_IMAGE}/behave:${CI_COMMIT_REF_NAME} script: - cat /etc/hosts - sleep 10 - cat /etc/hosts + - getent hosts - curl http://hydra:4445/health/alive - curl http://kratos:4433/health/alive - curl http://oidc:5000/whoami