Spaces:
Runtime error
Runtime error
Hobson Lane
commited on
Commit
•
850f0f4
1
Parent(s):
457b18d
Update .gitlab-ci.yml
Browse files- .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 |
-
|
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
|