diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-07 20:14:31 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-07 20:14:31 +0000 |
| commit | a2bcf70d1ea56f25edd295c49a98bdd414f941fe (patch) | |
| tree | 8cbf87021810a87a5d907ee2d7c956a0bb9e487f | |
| parent | b8191f7745b70f3841f2dba90d6576f5d81cfe34 (diff) | |
Revert "Compile Linux build with Qt 5.4 instead of 5.9"
This reverts commit b8191f7745b70f3841f2dba90d6576f5d81cfe34
| -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 1e2836d9..3711c18d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ before_script: - echo Current working directory is $(pwd) build linux x86_64: - image: rabits/qt:5.4-desktop + image: rabits/qt:5.9-desktop stage: build tags: - docker |
