Skip to content

Commit

Permalink
Merge pull request #5158 from foarsitter/gitlab_runner_tag
Browse files Browse the repository at this point in the history
Gitlab tags docker & python are removed from runner
  • Loading branch information
foarsitter committed Jun 20, 2024
2 parents e71dd7c + 9f64012 commit 431224d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions {{cookiecutter.project_slug}}/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ pytest:
stage: test
{%- if cookiecutter.use_docker == 'y' %}
image: docker:25.0
tags:
- docker
services:
- docker:dind
before_script:
Expand All @@ -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:
Expand Down

0 comments on commit 431224d

Please sign in to comment.