Skip to content

Commit

Permalink
added runtime var for smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jun 15, 2021
1 parent 5cc5f43 commit e6064e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@ build-containerlab:

smoke-tests:
stage: smoke-tests
parallel:
matrix:
- RUNTIME: [docker, containerd]
tags:
- containerlab
script:
- source ~/venvs/rf/bin/activate
- bash ./tests/rf-run.sh ./tests/01-smoke
- bash ./tests/rf-run.sh $RUNTIME ./tests/01-smoke
artifacts:
when: always
paths:
Expand Down

0 comments on commit e6064e7

Please sign in to comment.