diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1947c8c599fa705f5c1a48bdef6d83f8d6c4f028..7b17fd1d305301fff0da667c864c646024bd7da7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,13 +45,13 @@ build:alpine:gcc:
   before_script:
     - apk add --no-cache bash build-base cmake python3 libexecinfo-dev libxml2-dev tclap-dev readline-dev qt5-qtbase-dev graphviz-dev jsoncpp-dev
 
-build:alpine:clang:
-  <<: *build-compatibility
-  image: alpine:3.9
-  before_script:
-    - apk add --no-cache bash build-base cmake python3 libexecinfo-dev libxml2-dev tclap-dev readline-dev qt5-qtbase-dev graphviz-dev jsoncpp-dev clang
-  variables:
-    CXX: clang++
+# build:alpine:clang:
+#   <<: *build-compatibility
+#   image: alpine:3.9
+#   before_script:
+#     - apk add --no-cache bash build-base cmake python3 libexecinfo-dev libxml2-dev tclap-dev readline-dev qt5-qtbase-dev graphviz-dev jsoncpp-dev clang
+#   variables:
+#     CXX: clang++
 
 # build:debian:stable:
 #   <<: *build-compatibility
@@ -157,13 +157,13 @@ test:alpine:gcc:
   dependencies:
     - build:alpine:gcc
 
-test:alpine:clang:
-  <<: *test-compatibility
-  image: alpine:3.9
-  before_script:
-    - apk add --no-cache bash bc coreutils python3 cmake make libexecinfo libxml2 tclap readline qt5-qtbase qt5-qtbase-x11 graphviz jsoncpp
-  dependencies:
-    - build:alpine:clang
+# test:alpine:clang:
+#   <<: *test-compatibility
+#   image: alpine:3.9
+#   before_script:
+#     - apk add --no-cache bash bc coreutils python3 cmake make libexecinfo libxml2 tclap readline qt5-qtbase qt5-qtbase-x11 graphviz jsoncpp
+#   dependencies:
+#     - build:alpine:clang
 
 # test:debian:stable:
 #  <<: *test-compatibility