Skip to content
Snippets Groups Projects
pid_config.yml 186 B
Newer Older
  • Learn to ignore specific revisions
  • #stages:
    #  #- simulate
    #  - benchmarks
    pid_test_1_dummy_test:
      stage: benchmarks
      script:
        - bash pid/dummy_test.sh
      artifact:
        paths: 
          - results/
      allow_failure: true