Skip to content

Commit

Permalink
Skip audit in CI since Firejail cannot run inside Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpet committed Jan 1, 2020
1 parent 1addec1 commit c855631
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ build:
--dockerfile $CI_PROJECT_DIR/docker/Dockerfile
--destination $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA
test:
shellcheck:
stage: test
script:
- make test
artifacts:
when: always
paths:
- build/
- make shellcheck

0 comments on commit c855631

Please sign in to comment.