Skip to content
Snippets Groups Projects
Commit 4e2616dd authored by Steve Reis's avatar Steve Reis
Browse files

ci: Fix missing docker in testing stage

parent 73b62b9c
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ test:
- /^(([0-9]+)\.)?([0-9]+)\.x/
# This matches pre-releases
- /^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
before_script: []
script:
- npm ci --development
- npm run test
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment