diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b1529ed8bf861c8f7fcb46aec3666e8d017f498..70838d646840e0d7d5b65a1d7ea2c0042792640b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,10 +7,6 @@ stages: tags: [ linux, docker ] image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:centos-7 -.ubuntu-18.04: - tags: [ linux, docker ] - image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:devel-ubuntu18.04 - .windows-1809: tags: [ windows-1809, docker ] image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:devel-windows1809 @@ -44,12 +40,6 @@ build centos-7: variables: <<: [ *release ] -build ubuntu-18.04: - extends: .ubuntu-18.04 - <<: *build - variables: - <<: [ *gcc8, *release ] - build windows-1809: extends: .windows-1809 <<: *build @@ -77,12 +67,6 @@ package centos-7: - build centos-7 <<: *package -package ubuntu-18.04: - extends: .ubuntu-18.04 - dependencies: - - build ubuntu-18.04 - <<: *package - package windows-1809: extends: .windows-1809 dependencies: