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

Fix CI

parent 9d644cf1
Branches
No related tags found
No related merge requests found
Pipeline #7288 failed
Pipeline: backend

#7289

    ......@@ -24,4 +24,4 @@ COPY src/ ./src/
    RUN rm src/videoag_common
    RUN mv src/.temp src/videoag_common
    ENTRYPOINT ["docker_start.sh"]
    \ No newline at end of file
    ENTRYPOINT ["/code/docker_start.sh"]
    \ No newline at end of file
    ......@@ -155,6 +155,7 @@ run-api-tests:
    name: registry.git.fsmpi.rwth-aachen.de/videoag/backend/{context.env_type()}_api:{context.commit_sha}
    entrypoint: [""]
    script:
    - cd /code
    - /code/docker_start.sh -test
    artifacts:
    paths:
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment