Skip to content
Snippets Groups Projects
Commit 4e909aee authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

fix: typo in CI script

parent 69167dd8
No related branches found
No related tags found
1 merge request!1Jl test
Pipeline #21966 failed
services:
- docker:19.03.1-dind
- name: docker:19.03.0-dind
command: ["--mtu=1458"]
variables:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
stages:
- build-image
......@@ -9,9 +13,6 @@ stages:
build-testing-image:
stage: build-image
image: docker:19.03.1
variables:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
tags:
- privileged
before_script:
......@@ -47,4 +48,3 @@ run-drake:
- ./make.R
- zip -r artifacts/drake_cache.zip .drake
when: always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment