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

fixup! Add package caching for CI

parent 80eb8eec
No related branches found
No related tags found
No related merge requests found
Pipeline #7336 canceled
Pipeline: backend

#7337

    ...@@ -27,6 +27,7 @@ timeout: 30m ...@@ -27,6 +27,7 @@ timeout: 30m
    variables: variables:
    VIDEOAG_CONFIG: /code/config/api_example_config.py VIDEOAG_CONFIG: /code/config/api_example_config.py
    script: script:
    - cd /code
    - ./docker_start.sh -test - ./docker_start.sh -test
    artifacts: artifacts:
    paths: paths:
    ......
    ...@@ -185,7 +185,7 @@ echo "{\\"auths\\":{\\"$CI_REGISTRY\\":{\\"username\\":\\"$CI_REGISTRY_USER\\",\ ...@@ -185,7 +185,7 @@ echo "{\\"auths\\":{\\"$CI_REGISTRY\\":{\\"username\\":\\"$CI_REGISTRY_USER\\",\
    return f""" return f"""
    {self.ci_build_job_name()}: {self.ci_build_job_name()}:
    stage: build-and-test stage: build-and-test
    timeout: 1h timeout: 3h
    needs: needs:
    - pipeline: $PARENT_PIPELINE_ID - pipeline: $PARENT_PIPELINE_ID
    job: generate-pipeline job: generate-pipeline
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment