diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ca7f3d8ae63bdab1c2e790cbf1a4fefd029e430..c09a91f8dc92db27ba5fd9e41d569976d3a872ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,8 @@ pytest: extract_data: image: $PYTHON_BASE_IMAGE stage: build + tags: + - staging-l5 script: - 'python -m pip install --upgrade pip' - 'python -m pip install -r requirements.txt'