Hobson Lane commited on
Commit
1c22158
1 Parent(s): c998a56

Update .gitlab-ci.yml

Browse files
Files changed (1) hide show
  1. .gitlab-ci.yml +4 -1
.gitlab-ci.yml CHANGED
@@ -3,4 +3,7 @@ run_tests:
3
  before_script:
4
  - echo "Image build has started!"
5
  script:
6
- - pip install -r requirements.txt && pytest --verbose
 
 
 
 
3
  before_script:
4
  - echo "Image build has started!"
5
  script:
6
+ - git clone https://gitlab.com/tangibleai/community/mathtext
7
+ - pip install ./mathtext/
8
+ - pip install -r requirements.txt
9
+ - pytest --verbose