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

Fix CI

parent 9d3422a9
No related branches found
No related tags found
No related merge requests found
Pipeline #7282 failed
Pipeline: backend

#7283

    ...@@ -24,4 +24,4 @@ COPY src/ ./src/ ...@@ -24,4 +24,4 @@ COPY src/ ./src/
    RUN rm src/videoag_common RUN rm src/videoag_common
    RUN mv src/.temp src/videoag_common RUN mv src/.temp src/videoag_common
    ENTRYPOINT ["./docker_start.sh"] ENTRYPOINT ["docker_start.sh"]
    \ No newline at end of file \ No newline at end of file
    ...@@ -149,17 +149,14 @@ run-api-tests: ...@@ -149,17 +149,14 @@ run-api-tests:
    needs: [build-api] needs: [build-api]
    timeout: 30m timeout: 30m
    variables: variables:
    VIDEOAG_API_CONFIG: $CI_PROJECT_DIR/api/config/api_example_config.py VIDEOAG_API_CONFIG: /code/config/api_example_config.py
    image: image:
    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: ["docker_start.sh","-test"]
    script:
    - cd $CI_PROJECT_DIR/api/
    - docker_start.sh -test
    artifacts: artifacts:
    paths: paths:
    - $CI_PROJECT_DIR/api/coverage/report.txt - /code/coverage/report.txt
    - $CI_PROJECT_DIR/api/coverage/html/* - /code/api/coverage/html/*
    """ """
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment