Browse Source

add debug output

SBird1337 6 years ago
parent
commit
d46b425130
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .gitlab-ci.yml

+ 1
- 1
.gitlab-ci.yml View File

@@ -1,5 +1,5 @@
1 1
 before_script:
2
-
2
+  - echo "executing before script"
3 3
   - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
4 4
 
5 5
   ##