Hobson Lane commited on
Commit
92a552d
1 Parent(s): c54bf3a

Update .gitlab-ci.yml

Browse files
Files changed (1) hide show
  1. .gitlab-ci.yml +3 -1
.gitlab-ci.yml CHANGED
@@ -2,6 +2,8 @@ run_tests:
2
  image: python:3.10-slim-buster
3
  before_script:
4
  - echo "Image build has started!"
5
- script:
6
  - pip install -r requirements.txt
 
 
7
  - pytest --verbose
 
2
  image: python:3.10-slim-buster
3
  before_script:
4
  - echo "Image build has started!"
5
+ - apt install git
6
  - pip install -r requirements.txt
7
+ script:
8
+
9
  - pytest --verbose