Update .gitlab-ci.yml
authorChris Cormack <chris@bigballofwax.co.nz>
Sat, 2 Sep 2017 06:26:48 +0000 (06:26 +0000)
committerChris Cormack <chris@bigballofwax.co.nz>
Sat, 2 Sep 2017 06:26:48 +0000 (06:26 +0000)
.gitlab-ci.yml

index b9926ad..a882ac2 100644 (file)
@@ -1,11 +1,7 @@
-image: alpine
 
 pages:
   script:
-  - apk --no-cache add py2-pip python-dev
-  - pip install sphinx
-  - pip install sphinxcontrib-spelling
-  - apk --no-cache add make
+  - sudo apt-get install python3-sphinx  python3-sphinxcontrib.spelling 
   - cd en
   - make html
   - mv _build/html/ public/