Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
logilab-mtconverter
Commits
66dced8a258f
Commit
4fe753e2
authored
Jun 19, 2020
by
Laurent Peuch
Browse files
test: gitlab-ci needs pdflatex binary
parent
f52b92cc9a50
Pipeline
#9163
failed with stages
in 2 minutes and 24 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
66dced8a
image
:
python
image
:
python
:latest
stages
:
-
tests
...
...
@@ -8,10 +8,18 @@ before_script:
-
pip install tox
py3
:
before_script
:
-
apt-get update
-
apt-get install texlive-latex-recommended -y
-
pip install tox
stage
:
tests
script
:
tox -e py3
py3-from-forge
:
before_script
:
-
apt-get update
-
apt-get install texlive-latex-recommended -y
-
pip install tox
stage
:
tests
script
:
tox -e py3-from-forge
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment