diff options
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca68909926..2cfe7830ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -200,7 +200,6 @@ lint-release-changelogs: - .gitlab/ci.sh setup - .gitlab/ci.sh configure - .gitlab/ci.sh build_hadrian - - .gitlab/ci.sh test_hadrian cache: key: hadrian paths: @@ -361,7 +360,6 @@ lint-base: - .gitlab/ci.sh setup - .gitlab/ci.sh configure - .gitlab/ci.sh build_make - - .gitlab/ci.sh test_make dependencies: [] artifacts: reports: @@ -501,7 +499,6 @@ validate-x86_64-darwin: - .gitlab/ci.sh setup - .gitlab/ci.sh configure - .gitlab/ci.sh build_hadrian - - .gitlab/ci.sh test_hadrian after_script: - cp -Rf $HOME/.cabal cabal-cache - .gitlab/ci.sh clean @@ -973,7 +970,6 @@ release-x86_64-linux-fedora27-dwarf: script: - bash .gitlab/ci.sh configure - bash .gitlab/ci.sh build_hadrian - - bash .gitlab/ci.sh test_hadrian tags: - new-x86_64-windows - test @@ -1007,7 +1003,6 @@ validate-x86_64-windows-hadrian: script: - bash .gitlab/ci.sh configure - bash .gitlab/ci.sh build_make - - bash .gitlab/ci.sh test_make tags: - new-x86_64-windows - test |