From c2a501e195ba46bc3695566daf80a205d87d6cab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 20 Jan 2019 12:41:37 +0000 Subject: [PATCH] see where we are on ci --- .gitlab-ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5862a0cc..a8894c24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,8 @@ fedora: - script: test.sh + script: + - pwd + - ls + - $CI_PROJECT_DIR/test.sh image: docker:stable services: - docker:dind @@ -10,7 +13,10 @@ fedora: DOCKER_DRIVER: overlay2 ubuntu: - script: test.sh + script: + - pwd + - ls + - $CI_PROJECT_DIR/test.sh image: docker:stable services: - docker:dind