Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -29,6 +29,7 @@ workflow:
    29 29
     # for building.
    
    30 30
     .install:
    
    31 31
       stage: install
    
    32
    +  retry: 1
    
    32 33
       artifacts:
    
    33 34
         paths:
    
    34 35
           - snapshot/
    
    ... ... @@ -89,6 +90,7 @@ workflow:
    89 90
         when: always
    
    90 91
         paths:
    
    91 92
           - ansi-test.out
    
    93
    +  retry: 1
    
    92 94
       script:
    
    93 95
         - bin/run-ansi-tests.sh -l dist/bin/lisp
    
    94 96
       after_script:
    
    ... ... @@ -99,6 +101,7 @@ workflow:
    99 101
     # Default configuration for running unit tests.
    
    100 102
     .unit-test:
    
    101 103
       stage: test
    
    104
    +  retry: 1
    
    102 105
       artifacts:
    
    103 106
         paths:
    
    104 107
           - test.log