diff options
| author | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-07-29 18:55:33 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-07-29 18:55:33 +0000 |
| commit | 03fb73451da54e9cfa930479d10ba266940488b4 (patch) | |
| tree | b8ab99fe68394f7d0e73acc14c971789967502bc | |
| parent | Fix for out of source tests (diff) | |
| download | inkscape-03fb73451da54e9cfa930479d10ba266940488b4.tar.gz inkscape-03fb73451da54e9cfa930479d10ba266940488b4.zip | |
Remove IM after adding it to dockerfile
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ca127707..928357de1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,7 +84,6 @@ test:linux: dependencies: - inkscape:linux script: - - apt-get update -yqq && apt-get install -y imagemagick - cd build - make test - ctest -V |
