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

fixup! Add package caching for CI

parent 3d91fb2d
Branches
Tags
No related merge requests found
Pipeline #7334 failed
Pipeline: backend

#7335

    ......@@ -26,7 +26,8 @@ CI_TEST_JOB_TEMPLATE = """\
    timeout: 30m
    variables:
    VIDEOAG_CONFIG: /code/config/api_example_config.py
    script: -test
    script:
    - ./docker_start.sh -test
    artifacts:
    paths:
    - /code/coverage/report.txt
    ......
    ......@@ -210,6 +210,7 @@ test-{self.target_image_name}:
    needs: [{self.ci_build_job_name()}]
    image:
    name: $CI_REGISTRY_IMAGE/{self.image_full_name()}:{self.context.commit_sha}
    entrypoint: [""]
    """
    res += " " + "\n ".join(self.ci_test_job_template.splitlines()) + "\n"
    return res
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment