Raymond Toy pushed to branch issue-473-make-cr-exp-signal-underflow at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -70,16 +70,16 @@ variables:
    70 70
       stage: ansi-test
    
    71 71
       artifacts:
    
    72 72
         paths:
    
    73
    -      - ansi-test/test.out
    
    73
    +      - ansi-test.out
    
    74 74
       script:
    
    75 75
         - bin/run-ansi-tests.sh -l dist/bin/lisp
    
    76
    -  
    
    76
    +    - cp ../ansi-test/test.out ansi-test.out
    
    77
    +
    
    77 78
     # Default configuration for running unit tests.
    
    78 79
     .unit_test_template: &unit_test_configuration
    
    79 80
       stage: test
    
    80 81
       artifacts:
    
    81 82
         paths:
    
    82
    -      - ansi-test/test.out
    
    83 83
           - test.log
    
    84 84
       script:
    
    85 85
         - echo LANG = $LANG