Skip to content

Commit 370c572

Browse files
committed
Use a Docker runner for the CI tests
1 parent 9b230fd commit 370c572

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ stages:
44

55
run_tests:
66
stage: test
7+
image: docker-registry.ebrains.eu/model-catalog/python:3.11
78
rules:
89
- changes:
910
- validation_service_api/**/*
@@ -13,7 +14,7 @@ run_tests:
1314
- pip install --no-cache-dir -r requirements.txt.lock
1415
- pytest validation_service/tests
1516
tags:
16-
- shell-runner
17+
- docker-runner
1718

1819

1920
build_api_development_image:

0 commit comments

Comments
 (0)