Skip to content

Commit

Permalink
Merge pull request #8 from ATIX-AG/remove-docker-tag
Browse files Browse the repository at this point in the history
Remove docker tags
  • Loading branch information
m-bucher authored May 21, 2024
2 parents 27308af + 4636679 commit ea215aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ stages:
- lint
- test

variables:
PYTHON_VERSION: "3.11"
PYTHON_IMAGE: "${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/python:${PYTHON_VERSION}-alpine3.18"

python:
stage: lint
tags:
- docker
image: ${CI_REGISTRY}/hub/lint/python:main
image: "${PYTHON_IMAGE}"
script:
- pip install -r test_requirements.txt
- flake8 .

unittest:
stage: test
tags:
- docker
image: ${CI_REGISTRY}/hub/python:errata-server-tests
image: "${PYTHON_IMAGE}"
before_script:
- pip install -r test_requirements.txt
- pip freeze > test_requirements.freeze
Expand Down

0 comments on commit ea215aa

Please sign in to comment.