We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b230fd commit 370c572Copy full SHA for 370c572
1 file changed
.gitlab-ci.yml
@@ -4,6 +4,7 @@ stages:
4
5
run_tests:
6
stage: test
7
+ image: docker-registry.ebrains.eu/model-catalog/python:3.11
8
rules:
9
- changes:
10
- validation_service_api/**/*
@@ -13,7 +14,7 @@ run_tests:
13
14
- pip install --no-cache-dir -r requirements.txt.lock
15
- pytest validation_service/tests
16
tags:
- - shell-runner
17
+ - docker-runner
18
19
20
build_api_development_image:
0 commit comments