Skip to content
Snippets Groups Projects
Commit 9d644cf1 authored by Simon Künzel's avatar Simon Künzel
Browse files

Fix CI

parent b3904b6f
No related branches found
No related tags found
No related merge requests found
Pipeline #7286 failed
Pipeline: backend

#7287

    ...@@ -92,6 +92,7 @@ echo "{\\"auths\\":{\\"$CI_REGISTRY\\":{\\"username\\":\\"$CI_REGISTRY_USER\\",\ ...@@ -92,6 +92,7 @@ echo "{\\"auths\\":{\\"$CI_REGISTRY\\":{\\"username\\":\\"$CI_REGISTRY_USER\\",\
    f"--destination=$CI_REGISTRY_IMAGE/{self.versioned_full_name()}", f"--destination=$CI_REGISTRY_IMAGE/{self.versioned_full_name()}",
    f"--build-arg=GIT_COMMIT_SHA={self.context.commit_sha}", f"--build-arg=GIT_COMMIT_SHA={self.context.commit_sha}",
    f"--build-arg=ENV_TYPE={self.context.env_type()}", f"--build-arg=ENV_TYPE={self.context.env_type()}",
    f"--cache=true",
    ] ]
    if self.context.commit_tag is not None: if self.context.commit_tag is not None:
    ...@@ -154,11 +155,11 @@ run-api-tests: ...@@ -154,11 +155,11 @@ run-api-tests:
    name: registry.git.fsmpi.rwth-aachen.de/videoag/backend/{context.env_type()}_api:{context.commit_sha} name: registry.git.fsmpi.rwth-aachen.de/videoag/backend/{context.env_type()}_api:{context.commit_sha}
    entrypoint: [""] entrypoint: [""]
    script: script:
    - ./docker_start.sh -test - /code/docker_start.sh -test
    artifacts: artifacts:
    paths: paths:
    - /code/coverage/report.txt - /code/coverage/report.txt
    - /code/api/coverage/html/* - /code/coverage/html/*
    """ """
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment