Hobson Lane commited on
Commit
2560f85
1 Parent(s): 1401a33

Update .gitlab-ci.yml

Browse files
Files changed (1) hide show
  1. .gitlab-ci.yml +1 -3
.gitlab-ci.yml CHANGED
@@ -1,9 +1,7 @@
1
  # Official Python language image.
2
- py39:
3
  image: python:3.9
4
  before_script:
5
- - apt-get install -y git curl python-pip python-dev python3-dev build-essential graphviz doxygen
6
- - apt-get update -q
7
  - python -v
8
  - pip install -r requirements.txt
9
  script:
 
1
  # Official Python language image.
2
+ test:
3
  image: python:3.9
4
  before_script:
 
 
5
  - python -v
6
  - pip install -r requirements.txt
7
  script: