Skip to content
Snippets Groups Projects
Commit c0878fdf authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-259: Ensure git is installed for CI docker image

parent 59d62e34
No related branches found
No related tags found
1 merge request!58L2SS-259: Integrate unit tests using Continuous Integration (CI)
......@@ -6,8 +6,9 @@ cache:
paths:
- .cache/pip
- .tox
#before_script:
# - pip install tox
before_script:
- sudo apt-get update
- sudo apt-get install -y git
stages:
- linting
- unit-tests
......
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