diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-01-02 11:17:29 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-01-02 11:17:29 +0000 |
| commit | cb8a9357087f9aa58a13bf65d5a6f30e5d6cfcfb (patch) | |
| tree | 8a8cabc7e10dcc16693bd64723e18fad0a9a057c /.gitlab-ci.yml | |
| parent | fix gitlab-ci (diff) | |
| download | inkscape-cb8a9357087f9aa58a13bf65d5a6f30e5d6cfcfb.tar.gz inkscape-cb8a9357087f9aa58a13bf65d5a6f30e5d6cfcfb.zip | |
fix gitlab-ci
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e5f45033..81773bdf9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,7 +100,7 @@ codeprotect: clangtidy:linux: stage: test dependencies: - - build:linux + - inkscape:linux except: - schedules script: |
