diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37b63175c8272ecd900207e8a84a0ce090719920..ea9b0cee2dee65ab38afec4bc36dead389a9f4be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,18 +2,6 @@ stages: - build - test - - apt-get libc6-dev-i386 - - apt-get csh - - python3 -m pip install PyQt5 - - cd python; make rc - -run-test: - script: - - echo "zzz test zzz" -# - cd python; make check - - - job 0: - stage: .pre - script: @@ -28,7 +16,7 @@ job 1: - cd python; make rc job 2: - test: + - stage: test - script: - cd python; make check