Gitlab tags docker & python are removed from runner

This commit is contained in:
jelmert 2024-06-20 08:46:29 +02:00
parent e71dd7c1fd
commit 9f64012987

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: