Skip to content
Snippets Groups Projects
Unverified Commit 2d1f582c authored by Pablo Correa Gómez's avatar Pablo Correa Gómez
Browse files

gitlab-ci: py3-gitlab needed for mypy is in testing, ruff no longer is (MR 24)

[ci:skip-build]: already built successfully in CI
parent 011b12b9
No related branches found
No related tags found
1 merge request!24frontend: instruct how to set MR to automerge on push
Pipeline #185096 passed
......@@ -3,12 +3,12 @@ image: alpine:edge
ruff:
before_script:
- echo 'https://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories
- adduser -D build
script:
- .ci/ruff.sh
mypy:
before_script:
- echo 'https://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories
- adduser -D build
script:
- .ci/mypy.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment