Skip to content
Snippets Groups Projects
Commit 09e28de8 authored by Radoslav Bodó's avatar Radoslav Bodó
Browse files

ci: fix missing make

parent e41fb28c
No related branches found
No related tags found
No related merge requests found
Pipeline #7693 passed
...@@ -10,6 +10,7 @@ variables: ...@@ -10,6 +10,7 @@ variables:
code_quality: code_quality:
stage: code_quality stage: code_quality
before_script: before_script:
- apt-get update && apt-get install -y make
- make install-dev - make install-dev
script: script:
- . venv/bin/activate && make coverage - . venv/bin/activate && make coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment