diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59dcca8b79927d092d355bee336f68c25638c08b..5b1be68d2c7528f67d321daad2ee14bce0c0b173 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,8 +21,9 @@ pytest: stage: Test script: - cd test - - python3 test1.py + - python3 test_pemesanan.py - python3 test_riwayatTransaksi.py + - python3 test_keanggotaan.py tags: - RPL