.gitlab-ci.yml
branchdev-tf
changeset 415 a6fea42dc750
parent 414 55164dff25b7
child 416 0ef63dbfecd1
--- a/.gitlab-ci.yml	Fri Nov 22 23:43:21 2019 +0100
+++ b/.gitlab-ci.yml	Fri Nov 22 23:55:09 2019 +0100
@@ -7,8 +7,8 @@
 
 cache:
     paths:
-        - ./
-        - /var/local/env/pyams/eggs/
+        - bin/
+        - eggs/
 
 before_script:
     - export http_proxy=http://172.17.0.1:3128/
@@ -25,6 +25,9 @@
 test:
     stage: test
     script:
+        - pwd
+        - ls -l
+        - head ./bin/test
         - ./bin/test
 
 dist: