-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitlab-ci.yml
31 lines (26 loc) · 1.07 KB
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
image: docker/stable
#variables:
# # When using dind service we need to instruct docker, to talk with the
# # daemon started inside of the service. The daemon is available with
# # a network connection instead of the default /var/run/docker.sock socket.
# #
# # The 'docker' hostname is the alias of the service container as described at
# # https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#accessing-the-services
# #
# # Note that if you're using Kubernetes executor, the variable should be set to
# # tcp://localhost:2375 because of how Kubernetes executor connects services
# # to the job container
# # DOCKER_HOST: tcp://docker:2375/
# # When using dind, it's wise to use the overlayfs driver for
# # improved performance.
# DOCKER_DRIVER: overlay2
# http_proxy: http://proxyout.lanl.gov:8080
# https_proxy: http://proxyout.lanl.gov:8080
# services:
# - docker:dind
test:debug:
before_script:
- docker info
- docker pull tkzdockerid/nut-testenv:clang-8-0-A
script:
- docker run -it tkzdockerid/nut-testenv:clang-8-0-A /bin/bash test_nut.sh