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

fixup! Add package caching for CI

parent 17b59031
No related branches found
No related tags found
No related merge requests found
...@@ -26,13 +26,14 @@ CI_TEST_JOB_TEMPLATE = """\ ...@@ -26,13 +26,14 @@ CI_TEST_JOB_TEMPLATE = """\
timeout: 30m timeout: 30m
variables: variables:
VIDEOAG_CONFIG: /code/config/api_example_config.py VIDEOAG_CONFIG: /code/config/api_example_config.py
COVERAGE_REPORT_DIR: $CI_PROJECT_DIR/coverage
script: script:
- cd /code - cd /code
- ./docker_start.sh -test - ./docker_start.sh -test
artifacts: artifacts:
paths: paths:
- /code/coverage/report.txt - $CI_PROJECT_DIR/coverage/report.txt
- /code/coverage/html/* - $CI_PROJECT_DIR/coverage/html/
services: services:
- name: postgres:17 - name: postgres:17
# So we can have the same host for local and CI testing # So we can have the same host for local and CI testing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment