Merge pull request #5158 from foarsitter/gitlab_runner_tag

Gitlab tags docker & python are removed from runner
This commit is contained in:
Jelmer 2024-06-20 09:34:35 +02:00 committed by GitHub
commit 431224d6e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,8 +28,6 @@ pytest:
stage: test
{%- if cookiecutter.use_docker == 'y' %}
image: docker:25.0
tags:
- docker
services:
- docker:dind
before_script:
@ -42,8 +40,6 @@ pytest:
- docker compose -f docker-compose.local.yml run django pytest
{%- else %}
image: python:3.12
tags:
- python
services:
- postgres:{{ cookiecutter.postgresql_version }}
variables: