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

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

parent eff25bf4
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: ...@@ -6,8 +6,9 @@ cache:
paths: paths:
- .cache/pip - .cache/pip
- .tox - .tox
#before_script: before_script:
# - pip install tox - sudo apt-get update
- sudo apt-get install -y git
stages: stages:
- linting - linting
- unit-tests - 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