Skip to content
Snippets Groups Projects
Commit e6e2828f authored by Vaclav Sraier's avatar Vaclav Sraier Committed by Aleš Mrázek
Browse files

CI: fixed base container config

parent 856c8c53
Branches
Tags
No related merge requests found
......@@ -24,7 +24,6 @@ image: $CI_REGISTRY/knot/knot-resolver-manager/devenv:latest
# FIXME - use custom Docker image, so that we don't rebuild it all every single time
lint:
image: debian:latest
stage: check
cache:
......@@ -36,4 +35,4 @@ lint:
# run the actual tests
- poetry install
- npm install
- ./poe check
\ No newline at end of file
- ./poe check
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment